Vaibhav84 commited on
Commit
bd2686a
·
1 Parent(s): 1c1f8cf
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -95,4 +95,5 @@ def ExtractSkills(skill_data: SkillDetails):
95
 
96
  @app.post("/uploadJobDescription/")
97
  def create_upload_file(file: UploadFile):
 
98
  return {"fileContents": file.read()}
 
95
 
96
  @app.post("/uploadJobDescription/")
97
  def create_upload_file(file: UploadFile):
98
+ print(file.read())
99
  return {"fileContents": file.read()}