stzhao commited on
Commit
10a73c1
·
verified ·
1 Parent(s): 520eb0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -327,6 +327,10 @@ def create_demo():
327
  "./examples/9.png",
328
  "Does Virginia have the highest value in the USA ?"
329
  ],
 
 
 
 
330
  ]
331
 
332
  gr.Examples(
 
327
  "./examples/9.png",
328
  "Does Virginia have the highest value in the USA ?"
329
  ],
330
+ [
331
+ "./examples/10.png",
332
+ "AB is the diameter of ⊙O, PA is tangent to ⊙O at point A, and PO intersects ⊙O at point C; connect BC, if ∠P = 40.0, then ∠B is equal to ()"
333
+ ]
334
  ]
335
 
336
  gr.Examples(