Spaces:
Paused
Paused
Update app.py
Browse files
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 |
),
|