Skip to content

Commit

Permalink
Merge branch 'streamlit' of https://github.com/Jean-Baptiste-N/projet…
Browse files Browse the repository at this point in the history
…_data_JBN

Merging streamlit
  • Loading branch information
Arctusol committed Dec 3, 2024
2 parents 2425ffc + dcb1b54 commit 47e3381
Show file tree
Hide file tree
Showing 14 changed files with 9,999 additions and 431 deletions.
5 changes: 2 additions & 3 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
home = st.Page("pages/Home.py", title="Accueil", icon="🏠", default=True)
vue_globale = st.Page("pages/Vue_globale.py", title="Vue générale", icon="🏥")
carte_de_france = st.Page("pages/carte_de_france.py", title="Carte de France", icon="🌍")
chatSQL = st.Page("pages/Votre_docteur_en_ligne_v2.py", title="Votre docteur en ligne V2", icon="👨‍⚕️")
chatSQL = st.Page("pages/Votre_docteur_en_ligne_v2.py", title="Votre assistant virtuel", icon="👨‍⚕️")
chirurgie = st.Page("pages/Focus_sur_la_chirurgie.py", title="Chirurgie", icon="👨‍⚕️")
medecine = st.Page("pages/Focus_sur_la_medecine.py", title="Médecine", icon="⚕️")
obstetrique = st.Page("pages/Focus_sur_l'obstetrique.py", title="Obstétrique", icon="👶")
Expand All @@ -21,12 +21,11 @@
ssr = st.Page("pages/Focus_sur_les_ssr.py", title="SSR", icon="♿")
graphs = st.Page("pages/Générez_vos_propres_graphiques.py", title="Générateur de graphiques", icon="📊")
predictif = st.Page("pages/Predictions_hospitalieres.py", title="Modèles de prédiction", icon="📊")
territoires = st.Page("pages/zoom_territoire.py", title="Vue par territoire", icon="🌍")

# Organisation en sections
pg = st.navigation({
"Accueil": [home],
"Vue générale en France": [vue_globale, carte_de_france, territoires],
"Vue générale en France": [vue_globale, carte_de_france],
"Vue par service médical": [chirurgie, medecine, obstetrique, psy, ssr, esdn],
"Modèles prédictifs": [predictif],
"Outils": [graphs, chatSQL]
Expand Down
Loading

0 comments on commit 47e3381

Please sign in to comment.