Spaces:
Running
Running
Update app.py
Browse files
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?"], ["
|
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 |
),
|