Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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 |
)
|