Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ class BasicAgent:
|
|
| 26 |
print(f"Agent received question (first 50 chars): {question[:50]}...")
|
| 27 |
new_answer = agent.run(question)
|
| 28 |
print(f"Agent returning answer: {new_answer}")
|
| 29 |
-
return
|
| 30 |
|
| 31 |
def run_and_submit_all( profile: gr.OAuthProfile | None):
|
| 32 |
"""
|
|
|
|
| 26 |
print(f"Agent received question (first 50 chars): {question[:50]}...")
|
| 27 |
new_answer = agent.run(question)
|
| 28 |
print(f"Agent returning answer: {new_answer}")
|
| 29 |
+
return new_answer
|
| 30 |
|
| 31 |
def run_and_submit_all( profile: gr.OAuthProfile | None):
|
| 32 |
"""
|