Update app.py to fix small bug
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ class BasicAgent:
|
|
| 52 |
|
| 53 |
agent_answer = agent.invoke(question)
|
| 54 |
|
| 55 |
-
print(f"Agent Answer: {agent_answer})
|
| 56 |
|
| 57 |
return fixed_answer
|
| 58 |
|
|
|
|
| 52 |
|
| 53 |
agent_answer = agent.invoke(question)
|
| 54 |
|
| 55 |
+
print(f"Agent Answer: {agent_answer}")
|
| 56 |
|
| 57 |
return fixed_answer
|
| 58 |
|