annikwag commited on
Commit
d947618
·
verified ·
1 Parent(s): ec8759c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -202,7 +202,7 @@ with col5_2:
202
  ###########################################
203
  # Filter Controls - Row 3 (Remaining Filter)
204
  ###########################################
205
- col1_2, col2_2, col3_2 = st.columns([7, 23, 5])
206
  with col1_3:
207
  # Place the "Show only exact matches" checkbox here
208
  show_exact_matches = st.checkbox("Show only exact matches", key="show_exact_matches")
 
202
  ###########################################
203
  # Filter Controls - Row 3 (Remaining Filter)
204
  ###########################################
205
+ col1_3, col2_3, col3_3 = st.columns([7, 23, 5])
206
  with col1_3:
207
  # Place the "Show only exact matches" checkbox here
208
  show_exact_matches = st.checkbox("Show only exact matches", key="show_exact_matches")