ybendou commited on
Commit
61a6aaf
·
1 Parent(s): abb23b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -226,6 +226,7 @@ function getLocation() {
226
  });
227
  }
228
  getLocation();
 
229
  """
230
  st.markdown(f"<script>{js_code}</script>", unsafe_allow_html=True)
231
 
 
226
  });
227
  }
228
  getLocation();
229
+ console.log(localisation);
230
  """
231
  st.markdown(f"<script>{js_code}</script>", unsafe_allow_html=True)
232