nlpblogs commited on
Commit
49d9bd3
·
verified ·
1 Parent(s): d08e279

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -44,13 +44,7 @@ with st.sidebar:
44
 
45
 
46
 
47
- import streamlit as st
48
- import pandas as pd
49
- from pypdf import PdfReader
50
- from transformers import pipeline
51
- from sklearn.feature_extraction.text import TfidfVectorizer
52
- from sklearn.metrics.pairwise import cosine_similarity
53
- import plotly.express as px
54
 
55
  st.subheader("Job Description", divider="orange")
56
  txt = st.text_area("Paste the job description and then press Ctrl + Enter", key="text_job_desc")
 
44
 
45
 
46
 
47
+
 
 
 
 
 
 
48
 
49
  st.subheader("Job Description", divider="orange")
50
  txt = st.text_area("Paste the job description and then press Ctrl + Enter", key="text_job_desc")