Jan Mühlnikel
commited on
Commit
·
b68d705
1
Parent(s):
9c2fca9
added some filter descriptions
Browse files- similarity_page.py +8 -1
similarity_page.py
CHANGED
@@ -141,7 +141,7 @@ def show_multi_matching_page():
|
|
141 |
st.session_state.crs5_option_disabled = True
|
142 |
col1, col2, col3 = st.columns([5, 1, 5])
|
143 |
with col1:
|
144 |
-
st.write("Sector Filter")
|
145 |
st.caption("""
|
146 |
Sector filters must be applied to see results. The CRS5 and CRS3 classifications organise development aid into categories,
|
147 |
with the 5-digit level providing more specific detail within the broader 3-digit categories.
|
@@ -184,6 +184,13 @@ def show_multi_matching_page():
|
|
184 |
query = st.text_input("Search Query")
|
185 |
|
186 |
with col3:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
187 |
# COUNTRY SELECTION
|
188 |
country_option = st.multiselect(
|
189 |
'Country / Countries',
|
|
|
141 |
st.session_state.crs5_option_disabled = True
|
142 |
col1, col2, col3 = st.columns([5, 1, 5])
|
143 |
with col1:
|
144 |
+
st.write("Sector Filter (required)")
|
145 |
st.caption("""
|
146 |
Sector filters must be applied to see results. The CRS5 and CRS3 classifications organise development aid into categories,
|
147 |
with the 5-digit level providing more specific detail within the broader 3-digit categories.
|
|
|
184 |
query = st.text_input("Search Query")
|
185 |
|
186 |
with col3:
|
187 |
+
st.write("Additional Filters")
|
188 |
+
st.caption("""
|
189 |
+
The additional filters allow for a more detailed search for the Multi-Project Matching.
|
190 |
+
|
191 |
+
|
192 |
+
""")
|
193 |
+
|
194 |
# COUNTRY SELECTION
|
195 |
country_option = st.multiselect(
|
196 |
'Country / Countries',
|