Sanjayraju30 commited on
Commit
5095fe6
·
verified ·
1 Parent(s): 8e0f60f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
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