AnishaG0201 commited on
Commit
cb63b6d
·
verified ·
1 Parent(s): 120ca68

Update Project_suggestions.py

Browse files
Files changed (1) hide show
  1. Project_suggestions.py +1 -0
Project_suggestions.py CHANGED
@@ -80,5 +80,6 @@ def app():
80
  projects = suggest_projects(skills, roles, topics, level, difficulty,model, domain, industry)
81
  st.write("Suggested Projects:")
82
  st.text(projects)
 
83
  else:
84
  st.error("Please go to the Job Description Analysis page first to analyze a job description.")
 
80
  projects = suggest_projects(skills, roles, topics, level, difficulty,model, domain, industry)
81
  st.write("Suggested Projects:")
82
  st.text(projects)
83
+ st.session_state['projects'] = projects.split('\n')
84
  else:
85
  st.error("Please go to the Job Description Analysis page first to analyze a job description.")