Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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:
|