Unknown92 commited on
Commit
a911bc5
·
1 Parent(s): 7c6c975

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ model = load_model()
39
  st.markdown("<style>#fc1{font-size: 20px !important;}</style>", unsafe_allow_html=True)
40
 
41
  jd = st.text_area("Paste the Job Description:", height=100)
42
- resume = st.text_area("Paste Your the Resume:", height=100)
43
 
44
 
45
  if st.button("Calculate Match Score"):
 
39
  st.markdown("<style>#fc1{font-size: 20px !important;}</style>", unsafe_allow_html=True)
40
 
41
  jd = st.text_area("Paste the Job Description:", height=100)
42
+ resume = st.text_area("Paste Your Resume:", height=100)
43
 
44
 
45
  if st.button("Calculate Match Score"):