Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ def generate_wordcloud(text, title):
|
|
| 26 |
plt.title(title)
|
| 27 |
st.pyplot(plt)
|
| 28 |
|
| 29 |
-
st.title("Resume Analysis
|
| 30 |
|
| 31 |
model = load_model()
|
| 32 |
# Set the font size for the "Paste the Job Description" text
|
|
|
|
| 26 |
plt.title(title)
|
| 27 |
st.pyplot(plt)
|
| 28 |
|
| 29 |
+
st.title("Resume Analysis Assistant")
|
| 30 |
|
| 31 |
model = load_model()
|
| 32 |
# Set the font size for the "Paste the Job Description" text
|