Update app.py
Browse files
app.py
CHANGED
@@ -393,6 +393,10 @@ def create_demo():
|
|
393 |
"./examples/14.png",
|
394 |
"As shown in the figure, in the 'Pascal's Triangle', the numbers above the diagonal line $$AB$$, indicated by the arrows, form a zigzag sequence: $$1$$, $$2$$, $$3$$, $$3$$, $$6$$, $$4$$, $$10$$, $$\cdots$$, let the sum of the first $$n$$ terms of this sequence be $$S_{n}$$, then $$S_{16}=$$ ___.",
|
395 |
],
|
|
|
|
|
|
|
|
|
396 |
]
|
397 |
|
398 |
gr.Examples(
|
|
|
393 |
"./examples/14.png",
|
394 |
"As shown in the figure, in the 'Pascal's Triangle', the numbers above the diagonal line $$AB$$, indicated by the arrows, form a zigzag sequence: $$1$$, $$2$$, $$3$$, $$3$$, $$6$$, $$4$$, $$10$$, $$\cdots$$, let the sum of the first $$n$$ terms of this sequence be $$S_{n}$$, then $$S_{16}=$$ ___.",
|
395 |
],
|
396 |
+
[
|
397 |
+
"./examples/15.png",
|
398 |
+
"What do satellite 1, 2, 3 separately monitor in ?\nA. Earth's energy balance, Earth's water cycle, Earth's surface\nB. Earth's water cycle, Earth's energy balance, Earth's surface\nC. Earth's surface, Earth's water cycle, Earth's energy balance\nD. Earth's surface, Earth's energy balance, Earth's water cycle",
|
399 |
+
],
|
400 |
]
|
401 |
|
402 |
gr.Examples(
|