ccm commited on
Commit
62841b2
·
verified ·
1 Parent(s): d6de8db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ EXAMPLE_QUERIES = [
171
  # Create and run the gradio interface
172
  gradio.ChatInterface(
173
  reply,
174
- examples=EXAMPLE_QUERIES
175
  chatbot=gradio.Chatbot(
176
  show_label=False,
177
  show_share_button=False,
 
171
  # Create and run the gradio interface
172
  gradio.ChatInterface(
173
  reply,
174
+ examples=EXAMPLE_QUERIES,
175
  chatbot=gradio.Chatbot(
176
  show_label=False,
177
  show_share_button=False,