akshansh36 commited on
Commit
7f388d0
·
verified ·
1 Parent(s): 88acee1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ def convert_excel_to_csv(file, filename):
169
 
170
  if st.session_state.page=="home":
171
 
172
- col1,col2=st.columns([1,7])
173
  with col1:
174
  st.image(path_to_logo, width=100)
175
  with col2:
 
169
 
170
  if st.session_state.page=="home":
171
 
172
+ col1,col2=st.columns([1,13])
173
  with col1:
174
  st.image(path_to_logo, width=100)
175
  with col2: