ybendou commited on
Commit
8412687
1 Parent(s): f9088de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -227,7 +227,7 @@ getLocation();
227
  st.markdown(f"<script>{js_code}</script>", unsafe_allow_html=True)
228
 
229
  # Hidden field to store the JavaScript variable
230
- current_localisation = st.text_input("localisation", "", key="localisation", type="hidden")
231
 
232
  m = init_map(current_localisation=current_localisation)
233
 
 
227
  st.markdown(f"<script>{js_code}</script>", unsafe_allow_html=True)
228
 
229
  # Hidden field to store the JavaScript variable
230
+ current_localisation = st.text_input("localisation", "", key="localisation", label_visibility="hidden")
231
 
232
  m = init_map(current_localisation=current_localisation)
233