prasadnu commited on
Commit
8914b9a
·
1 Parent(s): e3373dd
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ st.markdown("""
125
 
126
 
127
  # Header with logo and title
128
- extra, col_logo, col_title = st.columns([3,35, 62])
129
  with col_logo:
130
  st.image("/home/user/app/images/OS_AI_1_cropped.png", use_column_width=True)
131
 
 
125
 
126
 
127
  # Header with logo and title
128
+ extra, col_logo, col_title = st.columns([3,31, 66])
129
  with col_logo:
130
  st.image("/home/user/app/images/OS_AI_1_cropped.png", use_column_width=True)
131