klydekushy commited on
Commit
8536923
·
verified ·
1 Parent(s): 8fd6a4d

Update src/modules/map_dashboard.py

Browse files
Files changed (1) hide show
  1. src/modules/map_dashboard.py +1 -1
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 show_ml_features(client, sheet_name):
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 ===