Update main.py
Browse files
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 |
-
|
67 |
|
68 |
-
return
|
|
|
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
|