TA commited on
Commit
06816f0
1 Parent(s): 74f702e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -71,4 +71,5 @@ Expand your imagination and broaden your horizons with LLM. Welcome to **{TITLE}
71
  chatbot_preview = gr.Chatbot(layout="panel", value=[(None, welcome_preview_message)])
72
  textbox_preview = gr.Textbox(scale=7, container=False, value=EXAMPLE_INPUT)
73
 
74
- demo = gr.ChatInterface(test_preview_chatbot, chatbot=chatbot_preview, textbox=textbox_preview)
 
 
71
  chatbot_preview = gr.Chatbot(layout="panel", value=[(None, welcome_preview_message)])
72
  textbox_preview = gr.Textbox(scale=7, container=False, value=EXAMPLE_INPUT)
73
 
74
+ demo = gr.ChatInterface(test_preview_chatbot, chatbot=chatbot_preview, textbox=textbox_preview)
75
+ demo.launch()