stzhao commited on
Commit
67cfec5
·
verified ·
1 Parent(s): 3cce23a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -330,7 +330,11 @@ def create_demo():
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(
 
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
+ "./examples/11.png",
336
+ "How many single-color paths go from C to A?"
337
+ ],
338
  ]
339
 
340
  gr.Examples(