Hans Han
commited on
Commit
·
52916cf
1
Parent(s):
3fde873
fixed await
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ class BasicAgent:
|
|
39 |
llm=llm
|
40 |
)
|
41 |
# Example query agent might receive during the gala
|
42 |
-
fixed_answer =
|
43 |
return fixed_answer
|
44 |
|
45 |
def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
|
39 |
llm=llm
|
40 |
)
|
41 |
# Example query agent might receive during the gala
|
42 |
+
fixed_answer = agent.run(question)
|
43 |
return fixed_answer
|
44 |
|
45 |
def run_and_submit_all( profile: gr.OAuthProfile | None):
|