Kvikontent commited on
Commit
84edcb2
·
verified ·
1 Parent(s): 2671e44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def get_location(ip_address):
23
  return location_data
24
 
25
  st.title("Hack any ip adress and get info")
26
- get = st.choosebox(
27
  'Choose way to get ip adress',
28
  "Input", "Get yours"
29
  )
 
23
  return location_data
24
 
25
  st.title("Hack any ip adress and get info")
26
+ get = st.selectbox(
27
  'Choose way to get ip adress',
28
  "Input", "Get yours"
29
  )