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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ st.title('ML Wall Street')
21
  left_column, right_column = st.columns(2)
22
 
23
  with left_column:
24
- st.image("images/logo.jpg", width=400)
25
 
26
  # В правой колонке размещаем текстовое описание
27
  with right_column:
 
21
  left_column, right_column = st.columns(2)
22
 
23
  with left_column:
24
+ st.image("images/logo.jpg", width=700)
25
 
26
  # В правой колонке размещаем текстовое описание
27
  with right_column: