VivekDS commited on
Commit
1c637c3
1 Parent(s): 9dbf6f0

Update app4.py

Browse files
Files changed (1) hide show
  1. app4.py +1 -1
app4.py CHANGED
@@ -7,7 +7,7 @@ st.set_page_config(layout="wide")
7
  # Function to handle AI invocation and response
8
  def analyze_job_description(topic, model ):
9
  prompt = (
10
- f"As an HR Manager, I need you to analyze the following job description and identify the key technical skills, nice-to-have skills, must-have skills, and soft skills required for the role: {topic}. "
11
  "The post should be concise, informative, and suitable for a professional audience. "
12
  "List top 5 points for technical skills, nice-to-have skills, must-have skills, and soft skills required for the role."
13
  )
 
7
  # Function to handle AI invocation and response
8
  def analyze_job_description(topic, model ):
9
  prompt = (
10
+ f"As an HR Manager, I need you to analyze the following job description and identify the key technical skills, non technical skills or soft skills , further divide it nice-to-have skills, must-have skills, required for the role: {topic}. "
11
  "The post should be concise, informative, and suitable for a professional audience. "
12
  "List top 5 points for technical skills, nice-to-have skills, must-have skills, and soft skills required for the role."
13
  )