MarsiyaIssah commited on
Commit
10fd244
·
verified ·
1 Parent(s): f3eb21e

Update app.py

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