Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -323,6 +323,10 @@ def create_demo():
|
|
| 323 |
"./examples/8.png",
|
| 324 |
"A gymnast jotted down the number of cartwheels she did each day. What is the mode of the numbers?"
|
| 325 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 326 |
]
|
| 327 |
|
| 328 |
gr.Examples(
|
|
|
|
| 323 |
"./examples/8.png",
|
| 324 |
"A gymnast jotted down the number of cartwheels she did each day. What is the mode of the numbers?"
|
| 325 |
],
|
| 326 |
+
[
|
| 327 |
+
"./examples/9.png",
|
| 328 |
+
"Does Virginia have the highest value in the USA ?"
|
| 329 |
+
],
|
| 330 |
]
|
| 331 |
|
| 332 |
gr.Examples(
|