LaurentTRIPIED
commited on
Commit
·
9bb081d
1
Parent(s):
cc6bd0f
V2-Liste_MAP_Stat_22
Browse files
app.py
CHANGED
@@ -15,5 +15,9 @@ def main():
|
|
15 |
elif app_mode == "Statistiques":
|
16 |
display_statistics()
|
17 |
|
|
|
|
|
|
|
|
|
18 |
if __name__ == "__main__":
|
19 |
main()
|
|
|
15 |
elif app_mode == "Statistiques":
|
16 |
display_statistics()
|
17 |
|
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()
|