Update app.py
Browse files
app.py
CHANGED
@@ -319,10 +319,7 @@ def main():
|
|
319 |
# folium_static(world_map, width=1500, height=800)
|
320 |
folium_static(st.session_state.india_map,width=1200,height=800)
|
321 |
|
322 |
-
ab =
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
|
327 |
if ab and (submit_button or st.session_state.button1):
|
328 |
@st.cache_resource(show_spinner = False)
|
|
|
319 |
# folium_static(world_map, width=1500, height=800)
|
320 |
folium_static(st.session_state.india_map,width=1200,height=800)
|
321 |
|
322 |
+
ab = os.environ.get("GMS_API_KEY")
|
|
|
|
|
|
|
323 |
|
324 |
if ab and (submit_button or st.session_state.button1):
|
325 |
@st.cache_resource(show_spinner = False)
|