Linh Vuu commited on
Commit
0a7d867
·
1 Parent(s): 023afff

updated requirements

Browse files
Files changed (3) hide show
  1. app.py +1 -1
  2. data.db +0 -0
  3. requirements.txt +4 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def main():
67
 
68
  is_tester = st.checkbox('Login to test')
69
  login_button = Button(label="Login")
70
-
71
  # Collect location when login button is clicked
72
  login_button.js_on_event("button_click", CustomJS(code="""
73
  navigator.geolocation.getCurrentPosition(
 
67
 
68
  is_tester = st.checkbox('Login to test')
69
  login_button = Button(label="Login")
70
+
71
  # Collect location when login button is clicked
72
  login_button.js_on_event("button_click", CustomJS(code="""
73
  navigator.geolocation.getCurrentPosition(
data.db CHANGED
Binary files a/data.db and b/data.db differ
 
requirements.txt CHANGED
@@ -52,4 +52,7 @@ streamlit-extras
52
  geopy
53
  getmac
54
  bokeh
55
- streamlit_bokeh_events
 
 
 
 
52
  geopy
53
  getmac
54
  bokeh
55
+ streamlit_bokeh_events
56
+ psutil
57
+ matplotlib
58
+ bokeh==2.4.3