Antoine101 commited on
Commit
2230a9e
·
verified ·
1 Parent(s): bb6295c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -59,9 +59,6 @@ class BasicAgent:
59
  response = response['messages'][-1].content
60
  print(f"Agent returning answer: {response}")
61
  return response
62
-
63
- def _build_graph(self):
64
-
65
 
66
 
67
  def run_and_submit_all( profile: gr.OAuthProfile | None):
 
59
  response = response['messages'][-1].content
60
  print(f"Agent returning answer: {response}")
61
  return response
 
 
 
62
 
63
 
64
  def run_and_submit_all( profile: gr.OAuthProfile | None):