Jan Mühlnikel
commited on
Commit
·
338a6b9
1
Parent(s):
09cc137
adjusted no matches found message
Browse files- similarity_page.py +2 -2
similarity_page.py
CHANGED
@@ -239,10 +239,10 @@ def show_multi_matching_page():
|
|
239 |
del p1_df, p2_df
|
240 |
else:
|
241 |
st.write("-----")
|
242 |
-
col1, col2, col3 = st.columns([
|
243 |
with col2:
|
244 |
st.write(" ")
|
245 |
-
st.markdown("
|
246 |
|
247 |
del crs3_list, crs5_list, sdg_str, filtered_df
|
248 |
gc.collect()
|
|
|
239 |
del p1_df, p2_df
|
240 |
else:
|
241 |
st.write("-----")
|
242 |
+
col1, col2, col3 = st.columns([3, 2, 3])
|
243 |
with col2:
|
244 |
st.write(" ")
|
245 |
+
st.markdown("There are no results for the applied filter. Try another filter!")
|
246 |
|
247 |
del crs3_list, crs5_list, sdg_str, filtered_df
|
248 |
gc.collect()
|