sitammeur commited on
Commit
b682264
·
verified ·
1 Parent(s): 15086ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ def respond(
136
  # Create a chat interface
137
  demo = gr.ChatInterface(
138
  respond,
139
- examples=[["What is the capital of France?"]],
140
  additional_inputs_accordion=gr.Accordion(
141
  label="⚙️ Parameters", open=False, render=False
142
  ),
 
136
  # Create a chat interface
137
  demo = gr.ChatInterface(
138
  respond,
139
+ examples=[["What is the capital of France?"], ["Why is the color of the sky blue?"], ["What is gravity?"]],
140
  additional_inputs_accordion=gr.Accordion(
141
  label="⚙️ Parameters", open=False, render=False
142
  ),