sxid003 commited on
Commit
9d485eb
·
verified ·
1 Parent(s): 75dfd0b

Update src/main.py

Browse files
Files changed (1) hide show
  1. src/main.py +1 -0
src/main.py CHANGED
@@ -24,6 +24,7 @@ class GradioChatbotApp:
24
  #os.makedirs("docs", exist_ok=True)
25
  #with open("docs/full_graph.png", "wb") as f:
26
  # f.write(graph_img)
 
27
 
28
  async def process_chat(self, history, user_input):
29
  messages = []
 
24
  #os.makedirs("docs", exist_ok=True)
25
  #with open("docs/full_graph.png", "wb") as f:
26
  # f.write(graph_img)
27
+ pass
28
 
29
  async def process_chat(self, history, user_input):
30
  messages = []