Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Jan Mühlnikel
commited on
Commit
•
fd82343
1
Parent(s):
b1bc16f
adjusted space to top
Browse files- similarity_page.py +1 -1
similarity_page.py
CHANGED
@@ -264,7 +264,7 @@ def show_multi_matching_page():
|
|
264 |
col1, col2, col3 = st.columns([1, 1, 1])
|
265 |
with col2:
|
266 |
st.write(" ")
|
267 |
-
st.markdown("There are no results for the applied filter. Try another filter
|
268 |
|
269 |
del crs3_list, crs5_list, sdg_str, filtered_df
|
270 |
gc.collect()
|
|
|
264 |
col1, col2, col3 = st.columns([1, 1, 1])
|
265 |
with col2:
|
266 |
st.write(" ")
|
267 |
+
st.markdown("<span style='color: red'>There are no results for the applied filter. Try another filter!</span>", unsafe_allow_html=True)
|
268 |
|
269 |
del crs3_list, crs5_list, sdg_str, filtered_df
|
270 |
gc.collect()
|