Spaces:
Running
Running
Fixing example
Browse files- examples.py +3 -3
examples.py
CHANGED
@@ -42,9 +42,9 @@ def app():
|
|
42 |
col1.markdown("*A baby with a bottle*")
|
43 |
col1.image("static/img/examples/bambino_biberon.jpeg", use_column_width=True)
|
44 |
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
"static/img/examples/bambino_gelato_spiaggia.jpeg", use_column_width=True
|
49 |
)
|
50 |
|
|
|
42 |
col1.markdown("*A baby with a bottle*")
|
43 |
col1.image("static/img/examples/bambino_biberon.jpeg", use_column_width=True)
|
44 |
|
45 |
+
col2.subheader("Un bambino con un gelato in spiaggia")
|
46 |
+
col2.markdown("*A child with an ice cream on the beach*")
|
47 |
+
col2.image(
|
48 |
"static/img/examples/bambino_gelato_spiaggia.jpeg", use_column_width=True
|
49 |
)
|
50 |
|