LaurentTRIPIED commited on
Commit
fa38834
1 Parent(s): 4fbc672
Files changed (1) hide show
  1. localisation.py +3 -3
localisation.py CHANGED
@@ -30,9 +30,9 @@ def display_map():
30
  <div style="width:300px;">
31
  <b>{item.get('nom_courant_denomination', 'Sans nom')}</b><br><br>
32
  <b>Action RSE:</b><br>
33
- {item.get('action_rse', 'Non spécifiée')}<br><br><br>
34
- <b>Secteur d'activité:</b> {item.get('libelle_section_naf', 'Non spécifié')}<br>
35
- <b>Taille de l'entreprise:</b> {item.get('tranche_effectif_entreprise', 'Non spécifiée')}
36
  </div>
37
  """
38
  popup = Popup(popup_html, max_width=500)
 
30
  <div style="width:300px;">
31
  <b>{item.get('nom_courant_denomination', 'Sans nom')}</b><br><br>
32
  <b>Action RSE:</b><br>
33
+ {item.get('action_rse', 'Non spécifiée')}<br><br>
34
+ <hr style="margin: 1px 0; border: none; border-top: 1px solid #ccc;">
35
+ <b>Secteur d'activité:</b> {item.get('libelle_section_naf', 'Non spécifié')}
36
  </div>
37
  """
38
  popup = Popup(popup_html, max_width=500)