georad commited on
Commit
2e58075
·
verified ·
1 Parent(s): 70df504

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
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")
 
1
  import streamlit as st
2
+ import streamlit.components.v1 as components
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")