LaurentTRIPIED commited on
Commit
13d6591
1 Parent(s): 1410278
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from ActionsRSE import display_actions_rse
7
  # Main function orchestrating the app UI
8
  def main():
9
  st.sidebar.title("Open Data RSE Bordeaux Métropole")
10
- app_mode = st.sidebar.radio("Choisissez l'onglet", ["Organisations engagées", "Localisations", "Statistiques", "Actions RSE"])
11
 
12
  if app_mode == "Organisations engagées":
13
  display_organisations_engagees()
 
7
  # Main function orchestrating the app UI
8
  def main():
9
  st.sidebar.title("Open Data RSE Bordeaux Métropole")
10
+ app_mode = st.sidebar.radio("Choisissez votre onglet", ["Organisations engagées", "Localisations", "Statistiques", "Actions RSE"])
11
 
12
  if app_mode == "Organisations engagées":
13
  display_organisations_engagees()