eagle0504 commited on
Commit
af7e304
·
1 Parent(s): e052d85
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ with st.sidebar:
68
  )
69
  src_key_word = "" if src_key_word == "Google" else src_key_word
70
  num = st.number_input(
71
- "Insert a number", value=7, step=1, placeholder="Type a number..."
72
  )
73
  location = st.selectbox(
74
  "Where would you like to search from?",
 
68
  )
69
  src_key_word = "" if src_key_word == "Google" else src_key_word
70
  num = st.number_input(
71
+ "Number of src to display", value=7, step=1, placeholder="Type a number..."
72
  )
73
  location = st.selectbox(
74
  "Where would you like to search from?",