Spaces:
Running
Running
Added keyword search and match answer code
#3
by
gigiliu12
- opened
app.py
CHANGED
@@ -47,7 +47,7 @@ selected_countries = st.sidebar.multiselect("Select Country/Countries", country_
|
|
47 |
selected_years = st.sidebar.multiselect("Select Year(s)", year_options)
|
48 |
keyword = st.sidebar.text_input(
|
49 |
"Keyword Search (Question text / Answer text / Question code)", ""
|
50 |
-
) #NEW
|
51 |
group_by_question = st.sidebar.checkbox("Group by Question Text")
|
52 |
|
53 |
# Apply filters
|
|
|
47 |
selected_years = st.sidebar.multiselect("Select Year(s)", year_options)
|
48 |
keyword = st.sidebar.text_input(
|
49 |
"Keyword Search (Question text / Answer text / Question code)", ""
|
50 |
+
) #NEW added
|
51 |
group_by_question = st.sidebar.checkbox("Group by Question Text")
|
52 |
|
53 |
# Apply filters
|