hongaik commited on
Commit
21130de
·
verified ·
1 Parent(s): d97950c

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -27,7 +27,7 @@ This app will generate two outputs:
27
 
28
  with st.form("my_form"):
29
  # Input job ad link
30
- jobad_url = st.text_input("1A. Input job posting url. Certain sites are not supported e.g. LinkedIn")
31
 
32
  # Tips
33
  with st.expander("HOW TO SAVE JOB AD / LINKEDIN PROFILE AS PDF ON PHONE"):
@@ -68,7 +68,6 @@ with st.form("my_form"):
68
  elif jobad_pdf is not None:
69
  jobad = PDFReaderTool().run(jobad_pdf)
70
 
71
- st.markdown(jobad)
72
  jobseeker = PDFReaderTool().run(uploaded_file)
73
 
74
  with st.spinner('This may take a few minutes...'):
 
27
 
28
  with st.form("my_form"):
29
  # Input job ad link
30
+ jobad_url = st.text_input("EITHER 1A. Input job posting url. Certain sites are not supported e.g. LinkedIn")
31
 
32
  # Tips
33
  with st.expander("HOW TO SAVE JOB AD / LINKEDIN PROFILE AS PDF ON PHONE"):
 
68
  elif jobad_pdf is not None:
69
  jobad = PDFReaderTool().run(jobad_pdf)
70
 
 
71
  jobseeker = PDFReaderTool().run(uploaded_file)
72
 
73
  with st.spinner('This may take a few minutes...'):