annikwag commited on
Commit
bed79fa
·
verified ·
1 Parent(s): 82a5748

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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 = []