Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ with gr.Blocks(css=css) as demo:
|
|
89 |
chatbot = pro.Chatbot(
|
90 |
elem_classes="chatbot-chat-messages",
|
91 |
height=0,
|
92 |
-
welcome_config=welcome_config
|
93 |
)
|
94 |
with antdx.Suggestion(items=["Hello", "How are you?", "Tell me something"]) as suggestion:
|
95 |
with ms.Slot("children"):
|
|
|
89 |
chatbot = pro.Chatbot(
|
90 |
elem_classes="chatbot-chat-messages",
|
91 |
height=0,
|
92 |
+
welcome_config=welcome_config()
|
93 |
)
|
94 |
with antdx.Suggestion(items=["Hello", "How are you?", "Tell me something"]) as suggestion:
|
95 |
with ms.Slot("children"):
|