stzhao commited on
Commit
7112876
·
verified ·
1 Parent(s): f9b4eb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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(