Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -163,7 +163,7 @@ class BasicAgent:
|
|
| 163 |
answer = answer.replace('*', '')
|
| 164 |
#fixed_answer = answer.replace(']', '')
|
| 165 |
print(f"Agent returning fixed answer: {answer}")
|
| 166 |
-
return
|
| 167 |
|
| 168 |
|
| 169 |
def run_and_submit_all(profile: gr.OAuthProfile | None):
|
|
|
|
| 163 |
answer = answer.replace('*', '')
|
| 164 |
#fixed_answer = answer.replace(']', '')
|
| 165 |
print(f"Agent returning fixed answer: {answer}")
|
| 166 |
+
return answer
|
| 167 |
|
| 168 |
|
| 169 |
def run_and_submit_all(profile: gr.OAuthProfile | None):
|