Jan Mühlnikel commited on
Commit
4bcd90c
1 Parent(s): 867f2d7

added eror text

Browse files
Files changed (1) hide show
  1. similarity_page.py +7 -0
similarity_page.py CHANGED
@@ -352,3 +352,10 @@ def show_single_matching_page():
352
 
353
  show_single_table(selected_project_index, projects_df, top_projects_df)
354
 
 
 
 
 
 
 
 
 
352
 
353
  show_single_table(selected_project_index, projects_df, top_projects_df)
354
 
355
+ else:
356
+ st.write("-----")
357
+ col1, col2, col3 = st.columns([1, 1, 1])
358
+ with col2:
359
+ st.write(" ")
360
+ st.markdown("<span style='color: red'>You have to chose a project first, before you see results!!</span>", unsafe_allow_html=True)
361
+