Sanjayraju30 commited on
Commit
e6be835
·
verified ·
1 Parent(s): b4d4277

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ with st.spinner(f"Simulating poles at {selected_site}..."):
84
  df = pd.DataFrame(poles_data)
85
  site_df = df[df['Site'] == selected_site]
86
 
87
- with# 1. Debug: Print columns in site_df
88
  st.write("DEBUG: Columns in site_df ➜", site_df.columns.tolist())
89
 
90
  # 2. Safely access 'AlertLevel' and count red alerts
 
84
  df = pd.DataFrame(poles_data)
85
  site_df = df[df['Site'] == selected_site]
86
 
87
+ # 1. Debug: Print columns in site_df
88
  st.write("DEBUG: Columns in site_df ➜", site_df.columns.tolist())
89
 
90
  # 2. Safely access 'AlertLevel' and count red alerts