stzhao commited on
Commit
0bea404
·
verified ·
1 Parent(s): c39a5bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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(