Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ else:
|
|
86 |
app_examples = None
|
87 |
|
88 |
demo = gr.ChatInterface(respond, description = cfg.description, css = css,
|
89 |
-
chatbot = gr.Chatbot(
|
90 |
|
91 |
if __name__ == "__main__":
|
92 |
demo.launch()
|
|
|
86 |
app_examples = None
|
87 |
|
88 |
demo = gr.ChatInterface(respond, description = cfg.description, css = css,
|
89 |
+
chatbot = gr.Chatbot(value = [[None, "How may I help you?"]]), examples = app_examples, cache_examples = False)
|
90 |
|
91 |
if __name__ == "__main__":
|
92 |
demo.launch()
|