Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -350,7 +350,6 @@ def ask_question(message, history):
|
|
| 350 |
|
| 351 |
try:
|
| 352 |
response = agent_executor.run(prompt)
|
| 353 |
-
print("##########################response: ", response)
|
| 354 |
return response
|
| 355 |
except Exception as e:
|
| 356 |
return f"❌ Error: {str(e)}"
|
|
|
|
| 350 |
|
| 351 |
try:
|
| 352 |
response = agent_executor.run(prompt)
|
|
|
|
| 353 |
return response
|
| 354 |
except Exception as e:
|
| 355 |
return f"❌ Error: {str(e)}"
|