Update app.py
Browse files
app.py
CHANGED
@@ -13,10 +13,8 @@ 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 |
-
#st.subheader("Enter Candidate Designation:")
|
17 |
candidate_designation = st.text_input('Candidate_Designation', '')
|
18 |
-
|
19 |
-
candidate_details = st.text_area('Candidate_Details', '')
|
20 |
|
21 |
|
22 |
|
|
|
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 |
|
20 |
|