prasadnu commited on
Commit
fb69d13
·
1 Parent(s): c6d6e72

app fixes UI

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,7 +168,7 @@ with col_logo:
168
 
169
  spacer_col = st.columns(1)[0]
170
  with spacer_col:
171
- st.markdown("<div style='height: 120px;'></div>", unsafe_allow_html=True)
172
 
173
 
174
 
 
168
 
169
  spacer_col = st.columns(1)[0]
170
  with spacer_col:
171
+ st.markdown("<div style='height: 50px;'></div>", unsafe_allow_html=True)
172
 
173
 
174