Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -136,6 +136,7 @@ def respond(
|
|
136 |
# Create a chat interface
|
137 |
demo = gr.ChatInterface(
|
138 |
respond,
|
|
|
139 |
additional_inputs_accordion=gr.Accordion(
|
140 |
label="⚙️ Parameters", open=False, render=False
|
141 |
),
|
|
|
136 |
# Create a chat interface
|
137 |
demo = gr.ChatInterface(
|
138 |
respond,
|
139 |
+
examples=[["Write a quick sort algorithm in Python."], ["What is a function in programming?"], ["Please implement A* using Python."]],
|
140 |
additional_inputs_accordion=gr.Accordion(
|
141 |
label="⚙️ Parameters", open=False, render=False
|
142 |
),
|