Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ cfg.description = f'''
|
|
46 |
<h4 style="text-align: center;">{cfg.description}</h4>
|
47 |
'''
|
48 |
|
49 |
-
demo = gr.ChatInterface(respond, title = cfg.title, description = cfg.description, chatbot = gr.Chatbot(value = [
|
50 |
|
51 |
if __name__ == "__main__":
|
52 |
demo.launch()
|
|
|
46 |
<h4 style="text-align: center;">{cfg.description}</h4>
|
47 |
'''
|
48 |
|
49 |
+
demo = gr.ChatInterface(respond, title = cfg.title, description = cfg.description, chatbot = gr.Chatbot(value = [[None, "How may I help you?"]]))
|
50 |
|
51 |
if __name__ == "__main__":
|
52 |
demo.launch()
|