ccm commited on
Commit
3ca0665
β€’
1 Parent(s): 04fe4c4

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -191,7 +191,7 @@ gradio.ChatInterface(
191
  reply,
192
  examples=EXAMPLE_QUERIES,
193
  chatbot=gradio.Chatbot(
194
- show_label=False, show_copy_button=True, value=[["", GREETING]]
195
  ),
196
  retry_btn=None,
197
  undo_btn=None,
 
191
  reply,
192
  examples=EXAMPLE_QUERIES,
193
  chatbot=gradio.Chatbot(
194
+ show_label=False, show_copy_button=True, value=[[None, GREETING]]
195
  ),
196
  retry_btn=None,
197
  undo_btn=None,