georad commited on
Commit
18f738d
·
verified ·
1 Parent(s): ae2269f

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -1
main.py CHANGED
@@ -2,7 +2,6 @@ import streamlit as st
2
 
3
  # --- SHARED ON ALL PAGES ---
4
  #st.logo(image=":material/medical_information:")
5
- #st.logo("/home/ubuntu/Desktop/Univ_Bern/CAS NLP /Module_6/medNER/images/medical_information_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.png")
6
  st.logo("images/medical_information_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.png")
7
  st.sidebar.text("Project by SPG")
8
 
 
2
 
3
  # --- SHARED ON ALL PAGES ---
4
  #st.logo(image=":material/medical_information:")
 
5
  st.logo("images/medical_information_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.png")
6
  st.sidebar.text("Project by SPG")
7