Nidhal-ch commited on
Commit
822e61a
·
verified ·
1 Parent(s): d1fb6e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -99,6 +99,7 @@ col1, col2 = st.columns([5.2, 4.8])
99
  # Right section: Filters and Hyperparameters
100
  with col2:
101
  st.markdown('<div class="fixed-col">', unsafe_allow_html=True)
 
102
  model = st.selectbox('Select model:', models)
103
 
104
  if model in ['SSD300', 'SSD512']:
 
99
  # Right section: Filters and Hyperparameters
100
  with col2:
101
  st.markdown('<div class="fixed-col">', unsafe_allow_html=True)
102
+ st.subheader('Filters')
103
  model = st.selectbox('Select model:', models)
104
 
105
  if model in ['SSD300', 'SSD512']: