ccm commited on
Commit
dc6a2eb
·
verified ·
1 Parent(s): d8e63a7

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -128,7 +128,7 @@ gradio.ChatInterface(
128
  chatbot = gradio.Chatbot(
129
  show_label=False,
130
  show_copy_button=True,
131
- value="Hi there!"
132
  ),
133
  retry_btn = None,
134
  undo_btn = None,
 
128
  chatbot = gradio.Chatbot(
129
  show_label=False,
130
  show_copy_button=True,
131
+ value=[None, "Hi there!"]
132
  ),
133
  retry_btn = None,
134
  undo_btn = None,