Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,6 +22,8 @@ def respond(
|
|
| 22 |
|
| 23 |
messages.append({"role": "user", "content": message})
|
| 24 |
|
|
|
|
|
|
|
| 25 |
"""
|
| 26 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
| 27 |
"""
|
|
|
|
| 22 |
|
| 23 |
messages.append({"role": "user", "content": message})
|
| 24 |
|
| 25 |
+
response = ""
|
| 26 |
+
|
| 27 |
"""
|
| 28 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
| 29 |
"""
|