Tweak
Browse files
app.py
CHANGED
|
@@ -480,7 +480,7 @@ with gr.Blocks(css=".gradio-container {background-color: lightgray}") as block:
|
|
| 480 |
"If x+y=10 and x-y=4, what are x and y?",
|
| 481 |
"How much did it rain in SF today?",
|
| 482 |
"Get me information about the movie 'Avatar'",
|
| 483 |
-
"What are the top tech headlines in the
|
| 484 |
"On the desk, you see two blue booklets, two purple booklets, and two yellow pairs of sunglasses - "
|
| 485 |
"if I remove all the pairs of sunglasses from the desk, how many purple items remain on it?"],
|
| 486 |
inputs=message
|
|
|
|
| 480 |
"If x+y=10 and x-y=4, what are x and y?",
|
| 481 |
"How much did it rain in SF today?",
|
| 482 |
"Get me information about the movie 'Avatar'",
|
| 483 |
+
"What are the top tech headlines in the UK?",
|
| 484 |
"On the desk, you see two blue booklets, two purple booklets, and two yellow pairs of sunglasses - "
|
| 485 |
"if I remove all the pairs of sunglasses from the desk, how many purple items remain on it?"],
|
| 486 |
inputs=message
|