Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def get_location(ip_address):
|
|
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 |
)
|
30 |
if get == "Input":
|
31 |
ip = st.text_input("Enter IP adress")
|
|
|
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 |
)
|
30 |
if get == "Input":
|
31 |
ip = st.text_input("Enter IP adress")
|