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

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -128,6 +128,7 @@ gradio.ChatInterface(
128
  chatbot = gradio.Chatbot(
129
  show_label=False,
130
  show_copy_button=True,
 
131
  ),
132
  retry_btn = None,
133
  undo_btn = None,
 
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,