VjPower commited on
Commit
cb91f38
·
1 Parent(s): 9736ac7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ Give Overall rating and verdict for if the candidate has to be considered for ne
32
 
33
  if __name__=="__main__":
34
  iContent=st.text_area("Enter Transcript")
35
- answer: str
36
  uploaded_file = st.file_uploader("Upload a file", type=["txt", "docx"])
37
 
38
  if iContent and uploaded_file:
 
32
 
33
  if __name__=="__main__":
34
  iContent=st.text_area("Enter Transcript")
35
+ answer=str
36
  uploaded_file = st.file_uploader("Upload a file", type=["txt", "docx"])
37
 
38
  if iContent and uploaded_file: