Unknown92 commited on
Commit
26fe61e
·
1 Parent(s): 8ecb891

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,8 +21,8 @@ model = load_model()
21
  # Set the font size for the "Paste the Job Description" text
22
  st.markdown("<style>#fc1{font-size: 20px !important;}</style>", unsafe_allow_html=True)
23
 
24
- jd = st.text_area("Paste the Job Description:", height=200)
25
- resume = st.text_area("Paste Your the Resume:", height=200)
26
 
27
 
28
 
 
21
  # Set the font size for the "Paste the Job Description" text
22
  st.markdown("<style>#fc1{font-size: 20px !important;}</style>", unsafe_allow_html=True)
23
 
24
+ jd = st.text_area("Paste the Job Description:", height=100)
25
+ resume = st.text_area("Paste Your the Resume:", height=100)
26
 
27
 
28