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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")