Kabilash10 commited on
Commit
577f29f
β€’
1 Parent(s): 35433f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -90,7 +90,7 @@ def extract_skills(text, nlp):
90
  "python", "java", "javascript", "c++", "ruby", "php", "swift", "kotlin", "go",
91
  # Web Technologies
92
  "html", "css", "react", "angular", "vue.js", "node.js", "express.js", "django",
93
- "flask", "spring boot", "asp.net",
94
  # Databases
95
  "sql", "mysql", "postgresql", "mongodb", "oracle", "redis", "elasticsearch",
96
  # Cloud & DevOps
@@ -241,7 +241,7 @@ def main():
241
  set_custom_css()
242
 
243
  st.markdown('<h1 class="main-header">πŸš€ AI-Powered Resume Analyzer</h1>', unsafe_allow_html=True)
244
- st.markdown("### πŸ“Š Get instant feedback on how well your resume matches the job requirements!")
245
 
246
  nlp = load_spacy()
247
 
 
90
  "python", "java", "javascript", "c++", "ruby", "php", "swift", "kotlin", "go",
91
  # Web Technologies
92
  "html", "css", "react", "angular", "vue.js", "node.js", "express.js", "django",
93
+ "flask", "spring boot", "asp.net","ReactJS","React.js","NodeJS","Node.js"
94
  # Databases
95
  "sql", "mysql", "postgresql", "mongodb", "oracle", "redis", "elasticsearch",
96
  # Cloud & DevOps
 
241
  set_custom_css()
242
 
243
  st.markdown('<h1 class="main-header">πŸš€ AI-Powered Resume Analyzer</h1>', unsafe_allow_html=True)
244
+
245
 
246
  nlp = load_spacy()
247