Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -189,9 +189,9 @@ with gr.Blocks(fill_height=True, css=css) as demo:
|
|
189 |
render=False ),
|
190 |
],
|
191 |
examples=[
|
192 |
-
[
|
193 |
-
[
|
194 |
-
[
|
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 |
],
|