Spaces:
Running
Running
Update src/modules/map_dashboard.py
Browse files
src/modules/map_dashboard.py
CHANGED
|
@@ -300,7 +300,7 @@ def geocode_addresses(df_clients):
|
|
| 300 |
return pd.DataFrame(geocoded_data)
|
| 301 |
|
| 302 |
# --- FONCTION PRINCIPALE ---
|
| 303 |
-
def
|
| 304 |
st.markdown("<h1>GLOBAL CONTROL TOWER</h1>", unsafe_allow_html=True)
|
| 305 |
|
| 306 |
# === CHARGEMENT DES DONNÉES ===
|
|
|
|
| 300 |
return pd.DataFrame(geocoded_data)
|
| 301 |
|
| 302 |
# --- FONCTION PRINCIPALE ---
|
| 303 |
+
def show_map_dashboard(client, sheet_name):
|
| 304 |
st.markdown("<h1>GLOBAL CONTROL TOWER</h1>", unsafe_allow_html=True)
|
| 305 |
|
| 306 |
# === CHARGEMENT DES DONNÉES ===
|