Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ for tab, location in zip(tabs, locations):
|
|
50 |
if not location_df.empty:
|
51 |
display_dashboard(location_df, location)
|
52 |
st.subheader(f"📋 Pole Monitoring Table - {location}")
|
53 |
-
st.dataframe(location_df[["PoleID", "RFID", "AlertLevel", "Anomalies", "CameraStatus", "SolarGen(kWh)", "WindGen(kWh)", "Tilt(°)", "Vibration(g)"]], use_container_width=True)
|
54 |
st.subheader(f"🗺️ Alert Map - {location}")
|
55 |
display_map_heatmap(location_df, location)
|
56 |
st.subheader(f"📊 Energy and Sensor Charts - {location}")
|
|
|
50 |
if not location_df.empty:
|
51 |
display_dashboard(location_df, location)
|
52 |
st.subheader(f"📋 Pole Monitoring Table - {location}")
|
53 |
+
st.dataframe(location_df[["PoleID", "RFID", "Timestamp", "AlertLevel", "Anomalies", "CameraStatus", "SolarGen(kWh)", "WindGen(kWh)", "Tilt(°)", "Vibration(g)"]], use_container_width=True)
|
54 |
st.subheader(f"🗺️ Alert Map - {location}")
|
55 |
display_map_heatmap(location_df, location)
|
56 |
st.subheader(f"📊 Energy and Sensor Charts - {location}")
|