Aragoner commited on
Commit
d30aa64
·
verified ·
1 Parent(s): c009356

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -189,9 +189,9 @@ with gr.Blocks(fill_height=True, css=css) as demo:
189
  render=False ),
190
  ],
191
  examples=[
192
- ['What's the last book or podcast that really grabbed your attention?'],
193
- ['Do you have a favorite type of weather or season? Why?'],
194
- ['Oh, I just saw the best meme - have you seen it?']
195
  # ['Write a pun-filled happy birthday message to my friend Alex.'],
196
  # ['Justify why a penguin might make a good king of the jungle.']
197
  ],
 
189
  render=False ),
190
  ],
191
  examples=[
192
+ ["What's the last book or podcast that really grabbed your attention?"],
193
+ ["Do you have a favorite type of weather or season? Why?"],
194
+ ["Oh, I just saw the best meme - have you seen it?"]
195
  # ['Write a pun-filled happy birthday message to my friend Alex.'],
196
  # ['Justify why a penguin might make a good king of the jungle.']
197
  ],