ccm commited on
Commit
0c43229
·
verified ·
1 Parent(s): 2494e4f

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -131,7 +131,7 @@ gradio.ChatInterface(
131
  chatbot = gradio.Chatbot(
132
  show_label=False,
133
  show_copy_button=True,
134
- value=[None, GREETING]
135
  ),
136
  retry_btn = None,
137
  undo_btn = None,
 
131
  chatbot = gradio.Chatbot(
132
  show_label=False,
133
  show_copy_button=True,
134
+ value=[[None, GREETING]]
135
  ),
136
  retry_btn = None,
137
  undo_btn = None,