Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ class BasicAgent:
|
|
22 |
return answer.strip()
|
23 |
except Exception as e:
|
24 |
print(f"Agent error: {e}")
|
25 |
-
return "I don't know."
|
26 |
|
27 |
def run_and_submit_all( profile: gr.OAuthProfile | None):
|
28 |
"""
|
|
|
22 |
return answer.strip()
|
23 |
except Exception as e:
|
24 |
print(f"Agent error: {e}")
|
25 |
+
return "I don't know. There is an exception."
|
26 |
|
27 |
def run_and_submit_all( profile: gr.OAuthProfile | None):
|
28 |
"""
|