hruday96 commited on
Commit
1874769
·
verified ·
1 Parent(s): 34993bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -4
app.py CHANGED
@@ -11,10 +11,13 @@ GOOGLE_API_KEY = st.secrets["GEMINI_API_KEY"]
11
  genai.configure(api_key=GOOGLE_API_KEY)
12
 
13
  # Input field for the medicine name
14
- st.subheader("Enter Candidate Name:")
15
- st.subheader("Enter Candidate Designation:")
16
  st.subheader("Enter Candidate Details:")
17
-
18
  candidate_name = st.text_input('Candidate Name', '')
 
19
  candidate_designation = st.text_input('Candidate_Designation', '')
20
- candidate_details = st.text_input('Candidate_Details', '')
 
 
 
 
 
 
11
  genai.configure(api_key=GOOGLE_API_KEY)
12
 
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
+ #st.subheader("Enter Candidate Details:")
19
+ candidate_details = st.text_area('Candidate_Details', '')
20
+
21
+
22
+
23
+