sitammeur commited on
Commit
6aa509f
·
verified ·
1 Parent(s): cef0888

Update app.py

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