Update app.py
Browse files
app.py
CHANGED
@@ -44,13 +44,7 @@ with st.sidebar:
|
|
44 |
|
45 |
|
46 |
|
47 |
-
|
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")
|