Skip to content

Commit

Permalink
changing page url
Browse files Browse the repository at this point in the history
  • Loading branch information
Arctusol committed Dec 5, 2024
1 parent 1f3db26 commit ace1c04
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pages/carte_de_france.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,12 @@ def show_map(df_filtered, niveau_administratif, selected_service, sexe, annee):

# Mapping des services vers les pages Focus correspondantes
SERVICE_TO_PAGE = {
'ESND': 'Focus_sur_les_ESND',
'SSR': 'Focus_sur_les_ssr',
'PSY': 'Focus_sur_la_psy',
'M': 'Focus_sur_la_medecine',
'C': 'Focus_sur_la_chirurgie',
'O': 'Focus_sur_l\'obstetrique' # Ajout de la correspondance pour le code 'O'
'ESND': 'esnd',
'SSR': 'ssr',
'PSY': 'psy',
'M': 'medecine',
'C': 'chirurgie',
'O': 'obstetrique' # Ajout de la correspondance pour le code 'O'
}

if df is not None:
Expand Down

0 comments on commit ace1c04

Please sign in to comment.