mikeee commited on
Commit
d94fee7
·
verified ·
1 Parent(s): dfe1f97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -85,6 +85,10 @@ demo = gr.ChatInterface(
85
  fill_height=True,
86
  chatbot=chatbot,
87
  css=css,
 
 
 
 
88
  # theme="allenai/gradio-theme",
89
  # theme="Nymbo/Alyx_Theme",
90
  )
 
85
  fill_height=True,
86
  chatbot=chatbot,
87
  css=css,
88
+ examples=["Define 'deep learning' in once sentence."],
89
+ retry_btn="Retry",
90
+ undo_btn="Undo",
91
+ clear_btn="Clear",
92
  # theme="allenai/gradio-theme",
93
  # theme="Nymbo/Alyx_Theme",
94
  )