hruday96 commited on
Commit
148f39a
·
verified ·
1 Parent(s): 838d2be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -13,8 +13,9 @@ genai.configure(api_key=GOOGLE_API_KEY)
13
  # Input field for the medicine name
14
  st.subheader("Enter Candidate Details:")
15
  candidate_name = st.text_input('Candidate Name', '')
16
- candidate_designation = st.text_input('Candidate_Designation', '')
17
- candidate_details = st.text_area('Candidate_Details-Skills, Experience. (comma separated)', '')
 
18
 
19
  # Dropdown menu for tone selection
20
  st.subheader("Select the Tone of the Message:")
 
13
  # Input field for the medicine name
14
  st.subheader("Enter Candidate Details:")
15
  candidate_name = st.text_input('Candidate Name', '')
16
+ candidate_designation = st.text_input('Candidate Designation', '')
17
+ candidate_details = st.text_input('Candidate Details- Skills, Experience. (comma separated)', '')
18
+ job_description = st.text_area('Your Job Description: ', '')
19
 
20
  # Dropdown menu for tone selection
21
  st.subheader("Select the Tone of the Message:")