Update app.py
Browse files
app.py
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 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")
|
| 6 |
st.sidebar.text("Project by SPG")
|
| 7 |
|
| 8 |
-
|
| 9 |
# --- PAGE SETUP ---
|
| 10 |
home_page = st.Page(
|
| 11 |
page="pages/home.py",
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
+
import streamlit.components.v1 as components
|
| 3 |
+
|
| 4 |
# --- SHARED ON ALL PAGES ---
|
| 5 |
#st.logo(image=":material/medical_information:")
|
| 6 |
st.logo("images/medical_information_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.png")
|
| 7 |
st.sidebar.text("Project by SPG")
|
| 8 |
|
|
|
|
| 9 |
# --- PAGE SETUP ---
|
| 10 |
home_page = st.Page(
|
| 11 |
page="pages/home.py",
|