Chris4K commited on
Commit
97b6ba1
·
verified ·
1 Parent(s): 5274330

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ def handle_submission():
114
  #response = agent.run(message)
115
  response = agent.chat(message)
116
 
117
- print("Response " + 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: