Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,10 +98,10 @@ with gr.Blocks(theme="ocean", css=CSS) as demo:
|
|
| 98 |
fn=stream_chat,
|
| 99 |
chatbot=chatbot,
|
| 100 |
examples=[
|
| 101 |
-
"Help me study vocabulary: write a sentence for me to fill in the blank, and I'll try to pick the correct option.",
|
| 102 |
-
"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.",
|
| 103 |
-
"Tell me a random fun fact about the Roman Empire.",
|
| 104 |
-
"Show me a code snippet of a website's sticky header in CSS and JavaScript.",
|
| 105 |
],
|
| 106 |
additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=False, render=False),
|
| 107 |
additional_inputs=[
|
|
|
|
| 98 |
fn=stream_chat,
|
| 99 |
chatbot=chatbot,
|
| 100 |
examples=[
|
| 101 |
+
["Help me study vocabulary: write a sentence for me to fill in the blank, and I'll try to pick the correct option."],
|
| 102 |
+
["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."],
|
| 103 |
+
["Tell me a random fun fact about the Roman Empire."],
|
| 104 |
+
["Show me a code snippet of a website's sticky header in CSS and JavaScript."],
|
| 105 |
],
|
| 106 |
additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=False, render=False),
|
| 107 |
additional_inputs=[
|