sancharikadebnath commited on
Commit
3bdc4fd
·
1 Parent(s): 1f8a38d

Modified app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -44,7 +44,6 @@ text = docLoader.load_doc()
44
  st.session_state['doc_text'] = text
45
 
46
  jd, doc = st.columns(2)
47
-
48
  with jd:
49
  # Job Description input
50
  jd = st.text_area("Job Description: ", key="input")
 
44
  st.session_state['doc_text'] = text
45
 
46
  jd, doc = st.columns(2)
 
47
  with jd:
48
  # Job Description input
49
  jd = st.text_area("Job Description: ", key="input")