Update app.py
Browse files
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
|