Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ if cfg.examples:
|
|
73 |
else:
|
74 |
app_examples = None
|
75 |
|
76 |
-
demo = gr.ChatInterface(respond, description = cfg.description, css = css
|
77 |
chatbot = gr.Chatbot(value = [[None, "How may I help you?"]], scale=2), examples = app_examples)
|
78 |
|
79 |
|
|
|
73 |
else:
|
74 |
app_examples = None
|
75 |
|
76 |
+
demo = gr.ChatInterface(respond, description = cfg.description, css = css,
|
77 |
chatbot = gr.Chatbot(value = [[None, "How may I help you?"]], scale=2), examples = app_examples)
|
78 |
|
79 |
|