Spaces:
Sleeping
Sleeping
testing
Browse files
app.py
CHANGED
@@ -44,7 +44,8 @@ def respond(
|
|
44 |
yield f"An error occurred: {e}"
|
45 |
|
46 |
"""
|
47 |
-
|
|
|
48 |
],
|
49 |
)
|
50 |
|
|
|
44 |
yield f"An error occurred: {e}"
|
45 |
|
46 |
"""
|
47 |
+
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
48 |
+
"""
|
49 |
],
|
50 |
)
|
51 |
|