Plsek commited on
Commit
b6f47a2
·
1 Parent(s): 6afd657

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ if uploaded_file is not None:
115
  col3.subheader("Prediction")
116
 
117
  with col1:
118
- # st.markdown("""<style>[data-baseweb="select"] {margin-top: -56px;}</style>""", unsafe_allow_html=True)
119
  max_scale = int(data.shape[0] // 128)
120
  # scale = int(st.selectbox('Scale:',[i+1 for i in range(max_scale)], label_visibility="hidden"))
121
  scale = st.selectbox('Scale:',[f"{(i+1)*128}x{(i+1)*128}" for i in range(max_scale)], label_visibility="hidden")
 
115
  col3.subheader("Prediction")
116
 
117
  with col1:
118
+ st.markdown("""<style>[data-baseweb="select"] {margin-top: -56px;}</style>""", unsafe_allow_html=True)
119
  max_scale = int(data.shape[0] // 128)
120
  # scale = int(st.selectbox('Scale:',[i+1 for i in range(max_scale)], label_visibility="hidden"))
121
  scale = st.selectbox('Scale:',[f"{(i+1)*128}x{(i+1)*128}" for i in range(max_scale)], label_visibility="hidden")