Update app.py
Browse files
app.py
CHANGED
@@ -342,6 +342,10 @@ def create_demo():
|
|
342 |
"./examples/11.png",
|
343 |
"How many single-color paths go from C to A?"
|
344 |
],
|
|
|
|
|
|
|
|
|
345 |
]
|
346 |
|
347 |
gr.Examples(
|
|
|
342 |
"./examples/11.png",
|
343 |
"How many single-color paths go from C to A?"
|
344 |
],
|
345 |
+
[
|
346 |
+
"./examples/12.png",
|
347 |
+
"There is a numerical converter, the principle of which is shown in the following diagram: When the input x=16, the output y equals."
|
348 |
+
],
|
349 |
]
|
350 |
|
351 |
gr.Examples(
|