Spaces:
Runtime error
Runtime error
LaurentTRIPIED
commited on
Commit
·
13d6591
1
Parent(s):
1410278
v3 18
Browse files
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
|
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()
|