Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -131,8 +131,7 @@ with gr.Blocks(fill_height=True, css=css) as demo:
|
|
131 |
['How to setup a human base on Mars? Give short answer.'],
|
132 |
['Explain theory of relativity to me like I’m 8 years old.'],
|
133 |
['What is 9,000 * 9,000?'],
|
134 |
-
['Write a pun-filled happy birthday message to my friend Alex.']
|
135 |
-
['Justify why a penguin might make a good king of the jungle.']
|
136 |
],
|
137 |
cache_examples=False,
|
138 |
)
|
|
|
131 |
['How to setup a human base on Mars? Give short answer.'],
|
132 |
['Explain theory of relativity to me like I’m 8 years old.'],
|
133 |
['What is 9,000 * 9,000?'],
|
134 |
+
['Write a pun-filled happy birthday message to my friend Alex.']
|
|
|
135 |
],
|
136 |
cache_examples=False,
|
137 |
)
|