Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -202,7 +202,7 @@ with col5_2:
|
|
202 |
###########################################
|
203 |
# Filter Controls - Row 3 (Remaining Filter)
|
204 |
###########################################
|
205 |
-
|
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")
|