Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Map with Alert Level Color Coding
|
| 2 |
st.subheader("📍 Pole Alert Levels (Green, Yellow, Red)")
|
| 3 |
|
|
|
|
| 1 |
+
import random
|
| 2 |
+
import pandas as pd
|
| 3 |
+
import streamlit as st
|
| 4 |
+
import pydeck as pdk
|
| 5 |
+
from datetime import datetime, timedelta
|
| 6 |
+
|
| 7 |
# Map with Alert Level Color Coding
|
| 8 |
st.subheader("📍 Pole Alert Levels (Green, Yellow, Red)")
|
| 9 |
|