Solar-Iz commited on
Commit
7da0b4e
·
verified ·
1 Parent(s): 710c4d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)