Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|
| 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:
|