MFF212 commited on
Commit
a60ed43
·
1 Parent(s): 18ff35d

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +4 -4
main.py CHANGED
@@ -61,8 +61,8 @@ async def upload_file(file: UploadFile = File(...)):
61
  .render(),
62
  )
63
 
64
- # Save result in a new HTML file
65
- with open("result.html", "w") as f:
66
- f.write(result)
67
 
68
- return "Result saved in 'result.html'"
 
61
  .render(),
62
  )
63
 
64
+ # # Save result in a new HTML file
65
+ # with open("result.html", "w") as f:
66
+ # f.write(result)
67
 
68
+ return result