Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ with gr.Blocks(theme="citrus", css=CSS) as demo:
|
|
148 |
["What are 5 creative things I could do with my kids' art? I don't want to throw them away, but it's also so much clutter."],
|
149 |
["Tell me 5 cool fun facts about the British."],
|
150 |
["Can you help me with writing a code for my website?"],
|
151 |
-
|
152 |
],
|
153 |
cache_examples = False,
|
154 |
additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=True, render=False),
|
|
|
148 |
["What are 5 creative things I could do with my kids' art? I don't want to throw them away, but it's also so much clutter."],
|
149 |
["Tell me 5 cool fun facts about the British."],
|
150 |
["Can you help me with writing a code for my website?"],
|
151 |
+
|
152 |
],
|
153 |
cache_examples = False,
|
154 |
additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=True, render=False),
|