Spaces:
Runtime error
Runtime error
TA
commited on
Commit
·
f4f1a74
1
Parent(s):
4befa4d
Update app.py
Browse files
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.
|
| 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()
|