LaurentTRIPIED commited on
Commit
e0da0be
1 Parent(s): c689569

Pytorch v.47

Browse files
__pycache__/localisation.cpython-312.pyc CHANGED
Binary files a/__pycache__/localisation.cpython-312.pyc and b/__pycache__/localisation.cpython-312.pyc differ
 
__pycache__/organisations_engagees.cpython-312.pyc CHANGED
Binary files a/__pycache__/organisations_engagees.cpython-312.pyc and b/__pycache__/organisations_engagees.cpython-312.pyc differ
 
organisations_engagees.py CHANGED
@@ -5,7 +5,7 @@ import pandas as pd
5
  # Fonction pour l'onglet "Organisations engagées"
6
  def display_organisations_engagees():
7
  st.markdown("## OPEN DATA RSE")
8
- st.markdown("### Découvrez les organisations engagées RSE de la métropole de Bordeaux")
9
 
10
  data, _ = get_data()
11
  if data:
 
5
  # Fonction pour l'onglet "Organisations engagées"
6
  def display_organisations_engagees():
7
  st.markdown("## OPEN DATA RSE")
8
+ st.markdown("### Découvrez les organisations engagées RSE de Bordeaux Métropole")
9
 
10
  data, _ = get_data()
11
  if data: