James McCool commited on
Commit
2c73efa
·
1 Parent(s): e354cc6

Remove width property from segmented control in app.py to streamline layout and improve responsiveness in tab selection.

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -186,7 +186,6 @@ selected_tab = st.segmented_control(
186
  selection_mode='single',
187
  default='Data Load',
188
  label_visibility='collapsed',
189
- width='stretch',
190
  key='tab_selector'
191
  )
192
 
 
186
  selection_mode='single',
187
  default='Data Load',
188
  label_visibility='collapsed',
 
189
  key='tab_selector'
190
  )
191