vilarin commited on
Commit
e1fdb27
1 Parent(s): c3c8d86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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=[