Spaces:
Running
Running
Silvia Terragni
commited on
Commit
•
47c907f
1
Parent(s):
14e3133
fixed typo
Browse files- examples.py +1 -1
examples.py
CHANGED
@@ -44,7 +44,7 @@ def app():
|
|
44 |
st.markdown("These examples were taken from the Unsplash dataset")
|
45 |
|
46 |
col1, col2 = st.beta_columns(2)
|
47 |
-
col1.subheader("un vestito
|
48 |
col1.markdown("*a dress for the spring*")
|
49 |
col1.image("static/img/examples/vestito1.png")
|
50 |
|
|
|
44 |
st.markdown("These examples were taken from the Unsplash dataset")
|
45 |
|
46 |
col1, col2 = st.beta_columns(2)
|
47 |
+
col1.subheader("un vestito primaverile")
|
48 |
col1.markdown("*a dress for the spring*")
|
49 |
col1.image("static/img/examples/vestito1.png")
|
50 |
|