Jan Mühlnikel commited on
Commit
920d9b8
·
1 Parent(s): f5870ba

added spinner

Browse files
Files changed (1) hide show
  1. 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'>You have to chose a project first, before you see results!!</span>", unsafe_allow_html=True)
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