Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -84,6 +84,7 @@ with col2:
|
|
84 |
|
85 |
# Checkbox to control whether to show only exact matches
|
86 |
show_exact_matches = st.checkbox("Show only exact matches", value=False)
|
|
|
87 |
|
88 |
def filter_results(results, country_filter, end_year_range):
|
89 |
filtered = []
|
|
|
84 |
|
85 |
# Checkbox to control whether to show only exact matches
|
86 |
show_exact_matches = st.checkbox("Show only exact matches", value=False)
|
87 |
+
button = st.button("Search")
|
88 |
|
89 |
def filter_results(results, country_filter, end_year_range):
|
90 |
filtered = []
|