Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ st.title('ML Wall Street')
|
|
| 18 |
# st.image('images/img.png')
|
| 19 |
|
| 20 |
# Разделение страницы на две колонки
|
| 21 |
-
left_column, right_column = st.columns(2)
|
| 22 |
|
| 23 |
with left_column:
|
| 24 |
st.image("images/logo.jpg", width=700)
|
|
|
|
| 18 |
# st.image('images/img.png')
|
| 19 |
|
| 20 |
# Разделение страницы на две колонки
|
| 21 |
+
left_column, right_column = st.columns([2, 1])
|
| 22 |
|
| 23 |
with left_column:
|
| 24 |
st.image("images/logo.jpg", width=700)
|