Update app.py
Browse files
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(
|