Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ if __name__ == "__main__":
|
|
| 44 |
else:
|
| 45 |
st.sidebar.error("Ooopssss!!! Please provide API key.....")
|
| 46 |
|
| 47 |
-
prompt = st.text_input('Enter keyword - e.g Job title', key="prompt") # The box for the text prompt
|
| 48 |
document_count = st.slider('No.Of links to return 🔗 - (0 LOW || 5 HIGH)', 0, 5, 2, step=1)
|
| 49 |
|
| 50 |
# submit = st.button("Search")
|
|
|
|
| 44 |
else:
|
| 45 |
st.sidebar.error("Ooopssss!!! Please provide API key.....")
|
| 46 |
|
| 47 |
+
prompt = st.text_input('Enter keyword - e.g Job title', key="prompt", placeholder='Senior Software Engineer') # The box for the text prompt
|
| 48 |
document_count = st.slider('No.Of links to return 🔗 - (0 LOW || 5 HIGH)', 0, 5, 2, step=1)
|
| 49 |
|
| 50 |
# submit = st.button("Search")
|