Spaces:
Runtime error
Runtime error
Update home.py
Browse files
home.py
CHANGED
|
@@ -13,7 +13,7 @@ def write():
|
|
| 13 |
col = st.columns(2)
|
| 14 |
|
| 15 |
# Include an image/logo for branding
|
| 16 |
-
col[0].image("images/cauldron.jpg", width=
|
| 17 |
|
| 18 |
st.markdown(
|
| 19 |
"""
|
|
|
|
| 13 |
col = st.columns(2)
|
| 14 |
|
| 15 |
# Include an image/logo for branding
|
| 16 |
+
col[0].image("images/cauldron.jpg", width=150)
|
| 17 |
|
| 18 |
st.markdown(
|
| 19 |
"""
|