Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -121,8 +121,8 @@ demo = gr.ChatInterface(
|
|
121 |
stop_btn=None,
|
122 |
examples=[
|
123 |
["A train travels 60 kilometers per hour. If it travels for 5 hours, how far will it travel in total?"],
|
124 |
-
["Write a Python function to check if a number is prime.
|
125 |
-
["What causes rainbows to form?
|
126 |
["Rewrite the following sentence in passive voice: 'The dog chased the cat.'"],
|
127 |
],
|
128 |
cache_examples=False,
|
|
|
121 |
stop_btn=None,
|
122 |
examples=[
|
123 |
["A train travels 60 kilometers per hour. If it travels for 5 hours, how far will it travel in total?"],
|
124 |
+
["Write a Python function to check if a number is prime. "],
|
125 |
+
["What causes rainbows to form?"],
|
126 |
["Rewrite the following sentence in passive voice: 'The dog chased the cat.'"],
|
127 |
],
|
128 |
cache_examples=False,
|