Spaces:
Sleeping
Sleeping
Update Project_suggestions.py
Browse files- 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.")
|