ccm commited on
Commit
60018f5
·
verified ·
1 Parent(s): 2e4923e

Update main.py

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