TA commited on
Commit
f4f1a74
1 Parent(s): 4befa4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,5 +68,5 @@ Expand your imagination and broaden your horizons with LLM. Welcome to **{TITLE}
68
  "{EXAMPLE_INPUT}"
69
  """
70
 
71
- chatbot_preview = gr.ChatBot(chat_interface, title=TITLE, system_message=welcome_preview_message)
72
  chatbot_preview.launch()
 
68
  "{EXAMPLE_INPUT}"
69
  """
70
 
71
+ chatbot_preview = gr.Chatbot(chat_interface, title=TITLE, system_message=welcome_preview_message)
72
  chatbot_preview.launch()