Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def random_fun(message, history):
|
|
73 |
return message + '!'
|
74 |
|
75 |
|
76 |
-
demo = gr.ChatInterface(
|
77 |
|
78 |
"""
|
79 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
|
|
73 |
return message + '!'
|
74 |
|
75 |
|
76 |
+
demo = gr.ChatInterface(random_fun, title = cfg.title, description = cfg.description)
|
77 |
|
78 |
"""
|
79 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|