sxid003 commited on
Commit
75dfd0b
·
verified ·
1 Parent(s): 3ab4d74

Update src/main.py

Browse files
Files changed (1) hide show
  1. src/main.py +4 -4
src/main.py CHANGED
@@ -20,10 +20,10 @@ invocation_state.invocation_type = 'chatbot'
20
 
21
  class GradioChatbotApp:
22
  def __init__(self):
23
- graph_img = multi_agent_graph.get_graph(xray=True).draw_mermaid_png()
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 = []
 
20
 
21
  class GradioChatbotApp:
22
  def __init__(self):
23
+ #graph_img = multi_agent_graph.get_graph(xray=True).draw_mermaid_png()
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 = []