vermen commited on
Commit
802d076
·
verified ·
1 Parent(s): b8c33f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def respond(
78
  query_str = message
79
  response = query_engine.query(query_str)
80
  #
81
- return response
82
  #
83
  """
84
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
 
78
  query_str = message
79
  response = query_engine.query(query_str)
80
  #
81
+ return str(response)
82
  #
83
  """
84
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface