Zeel commited on
Commit
ceb681c
1 Parent(s): b2c264d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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 = st.secrets["Api_key"]
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)