TA commited on
Commit
db3925a
·
1 Parent(s): 96134fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,6 +78,6 @@ Expand your imagination and broaden your horizons with LLM. Welcome to **{TITLE}
78
  chatbot_preview = gr.Chatbot(layout="panel", value=[(None, welcome_preview_message)])
79
  textbox_preview = gr.Textbox(scale=7, container=False, value=EXAMPLE_INPUT)
80
 
81
- demo = gr.ChatInterface(test_preview_chatbot, chatbot=chatbot_preview, textbox=textbox_preview, title=None, style=style)
82
 
83
  demo.launch(share=True)
 
78
  chatbot_preview = gr.Chatbot(layout="panel", value=[(None, welcome_preview_message)])
79
  textbox_preview = gr.Textbox(scale=7, container=False, value=EXAMPLE_INPUT)
80
 
81
+ demo = gr.ChatInterface(test_preview_chatbot, chatbot=chatbot_preview, textbox=textbox_preview)
82
 
83
  demo.launch(share=True)