Unknown92 commited on
Commit
6f74fa7
·
1 Parent(s): f117dc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ st.title("Resume Matcher")
16
 
17
  model = load_model()
18
 
19
- logging.getLogger('matplotlib.font_manager').disabled = True
20
  jd = st.text_area("Enter the Job Description:", height=200)
21
  resume = st.text_area("Enter the Resume:", height=200)
22
 
 
16
 
17
  model = load_model()
18
 
19
+ #logging.getLogger('matplotlib.font_manager').disabled = True
20
  jd = st.text_area("Enter the Job Description:", height=200)
21
  resume = st.text_area("Enter the Resume:", height=200)
22