inst edit
Browse files
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 |
-
"
|
| 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?",
|