LaurentTRIPIED
commited on
Commit
·
bab1718
1
Parent(s):
9bb081d
V2-Liste_MAP_Stat_23
Browse files- __pycache__/statistiques.cpython-312.pyc +0 -0
- app.py +3 -1
__pycache__/statistiques.cpython-312.pyc
CHANGED
Binary files a/__pycache__/statistiques.cpython-312.pyc and b/__pycache__/statistiques.cpython-312.pyc differ
|
|
app.py
CHANGED
@@ -5,7 +5,7 @@ from statistiques import main as display_statistics
|
|
5 |
|
6 |
# Main function orchestrating the app UI
|
7 |
def main():
|
8 |
-
st.sidebar.title("
|
9 |
app_mode = st.sidebar.radio("Choisissez l'onglet", ["Organisations engagées", "Localisations", "Statistiques"])
|
10 |
|
11 |
if app_mode == "Organisations engagées":
|
@@ -18,6 +18,8 @@ def main():
|
|
18 |
# Après toutes les autres instructions dans votre barre latérale :
|
19 |
st.sidebar.markdown("---") # Ajoute une ligne de séparation visuelle
|
20 |
st.sidebar.markdown("Powered by **bziiit IA RSE**")
|
|
|
|
|
21 |
|
22 |
if __name__ == "__main__":
|
23 |
main()
|
|
|
5 |
|
6 |
# Main function orchestrating the app UI
|
7 |
def main():
|
8 |
+
st.sidebar.title("Open Data RSE Bordeaux Métropole")
|
9 |
app_mode = st.sidebar.radio("Choisissez l'onglet", ["Organisations engagées", "Localisations", "Statistiques"])
|
10 |
|
11 |
if app_mode == "Organisations engagées":
|
|
|
18 |
# Après toutes les autres instructions dans votre barre latérale :
|
19 |
st.sidebar.markdown("---") # Ajoute une ligne de séparation visuelle
|
20 |
st.sidebar.markdown("Powered by **bziiit IA RSE**")
|
21 |
+
st.sidebar.markdown("---") # Ajoute une ligne de séparation visuelle
|
22 |
+
st.sidebar.markdown("2024 : Open source en Licence MIT")
|
23 |
|
24 |
if __name__ == "__main__":
|
25 |
main()
|