Sandiago21 commited on
Commit
cf69b83
·
verified ·
1 Parent(s): cd8e2d7

Update app.py to fix small bug

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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