Spaces:
Runtime error
Runtime error
LaurentTRIPIED
commited on
Commit
•
fa38834
1
Parent(s):
4fbc672
v3 15
Browse files- 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
|
34 |
-
<
|
35 |
-
<b>
|
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)
|