hruday96 commited on
Commit
c3cb89c
·
verified ·
1 Parent(s): f881b91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,10 +18,10 @@ with col1:
18
  st.subheader("Enter Candidate Details:")
19
  candidate_name = st.text_input('Candidate Name', '')
20
  candidate_designation = st.text_input('Candidate Designation', '')
 
21
 
22
  # Input fields in the second column
23
  with col2:
24
- candidate_details = st.text_input('Candidate Details - Skills, Experience (comma separated):', '')
25
  job_description = st.text_area('Your Job Description:', '')
26
 
27
 
 
18
  st.subheader("Enter Candidate Details:")
19
  candidate_name = st.text_input('Candidate Name', '')
20
  candidate_designation = st.text_input('Candidate Designation', '')
21
+ candidate_details = st.text_input('Candidate Details - Skills, Experience (comma separated):', '')
22
 
23
  # Input fields in the second column
24
  with col2:
 
25
  job_description = st.text_area('Your Job Description:', '')
26
 
27