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