MaxLSB commited on
Commit
0826c27
·
verified ·
1 Parent(s): 5a00fde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"):