sitammeur commited on
Commit
bb028c0
·
verified ·
1 Parent(s): d9768b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ def respond(
163
  # Create a chat interface
164
  demo = gr.ChatInterface(
165
  respond,
166
- # examples=[["What is the capital of France?"], ["Tell me something about artificial intelligence."], ["What is gravity?"]],
167
  additional_inputs_accordion=gr.Accordion(
168
  label="⚙️ Parameters", open=False, render=False
169
  ),
 
163
  # Create a chat interface
164
  demo = gr.ChatInterface(
165
  respond,
166
+ examples=[["What is the capital of France?"], ["Tell me something about artificial intelligence."], ["What is gravity?"]],
167
  additional_inputs_accordion=gr.Accordion(
168
  label="⚙️ Parameters", open=False, render=False
169
  ),