Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ def handle_submission():
|
|
114 |
#response = agent.run(message)
|
115 |
response = agent.chat(message)
|
116 |
|
117 |
-
print("Response "
|
118 |
|
119 |
# Display the agent's response
|
120 |
if response is None:
|
|
|
114 |
#response = agent.run(message)
|
115 |
response = agent.chat(message)
|
116 |
|
117 |
+
print("Agent Response\n {}".format(response))
|
118 |
|
119 |
# Display the agent's response
|
120 |
if response is None:
|