Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -133,8 +133,13 @@ with st.spinner(f"Simulating poles at {selected_site}..."):
|
|
133 |
else:
|
134 |
st.info("No red alerts at this time.")
|
135 |
|
|
|
|
|
136 |
else:
|
137 |
-
st.
|
|
|
|
|
|
|
138 |
import streamlit as st
|
139 |
from salesforce_integration import fetch_salesforce_data
|
140 |
from utils import process_data # Optional, if you need data processing
|
|
|
133 |
else:
|
134 |
st.info("No red alerts at this time.")
|
135 |
|
136 |
+
if selected_site == "Kurnool":
|
137 |
+
st.write("Simulating for Kurnool")
|
138 |
else:
|
139 |
+
st.write("Simulating for another site")
|
140 |
+
|
141 |
+
:
|
142 |
+
st.warning("Invalid site. Please enter one of: Hyderabad, Gadwal, Kurnool, B
|
143 |
import streamlit as st
|
144 |
from salesforce_integration import fetch_salesforce_data
|
145 |
from utils import process_data # Optional, if you need data processing
|