Commit ·
5698c10
1
Parent(s): 70204f2
fix app
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -5,7 +5,7 @@ hello_page = st.Page("page/hello.py", title="Bienvenue !", icon="👋")
|
|
| 5 |
intox_page = st.Page("page/intox.py", title="Intox CIM-10", icon="☠️")
|
| 6 |
ctxt_page = st.Page("page/ctxt.py", title="Contexte patient", icon="😷")
|
| 7 |
acte_page = st.Page("page/acte.py", title="Actes CCAM", icon="🩺")
|
| 8 |
-
bacteries_page = st.Page("page/bacteries.py", title="
|
| 9 |
|
| 10 |
pg = st.navigation(
|
| 11 |
{
|
|
|
|
| 5 |
intox_page = st.Page("page/intox.py", title="Intox CIM-10", icon="☠️")
|
| 6 |
ctxt_page = st.Page("page/ctxt.py", title="Contexte patient", icon="😷")
|
| 7 |
acte_page = st.Page("page/acte.py", title="Actes CCAM", icon="🩺")
|
| 8 |
+
bacteries_page = st.Page("page/bacteries.py", title="Bactéries CIM-10", icon="🦠")
|
| 9 |
|
| 10 |
pg = st.navigation(
|
| 11 |
{
|