LaurentTRIPIED commited on
Commit
524960c
1 Parent(s): 1aaa626

V2-Liste_MAP_Stat_22

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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()