Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Jan Mühlnikel
commited on
Commit
·
920d9b8
1
Parent(s):
f5870ba
added spinner
Browse files- similarity_page.py +1 -1
similarity_page.py
CHANGED
@@ -372,5 +372,5 @@ def show_single_matching_page():
|
|
372 |
col1, col2, col3 = st.columns([1, 1, 1])
|
373 |
with col2:
|
374 |
st.write(" ")
|
375 |
-
st.markdown("<span style='color: red'>
|
376 |
|
|
|
372 |
col1, col2, col3 = st.columns([1, 1, 1])
|
373 |
with col2:
|
374 |
st.write(" ")
|
375 |
+
st.markdown("<span style='color: red'>Ther are no results for this filter!</span>", unsafe_allow_html=True)
|
376 |
|