rameshmoorthy
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def generate_report(file, type):
|
|
34 |
|
35 |
# Reading the file and storing in a variable
|
36 |
contents = HTMLFileToBeOpened.read()
|
37 |
-
print(contents)
|
38 |
|
39 |
temp_file3 = NamedTemporaryFile(delete=False, suffix=".html")
|
40 |
temp_file3.write(report)
|
|
|
34 |
|
35 |
# Reading the file and storing in a variable
|
36 |
contents = HTMLFileToBeOpened.read()
|
37 |
+
print(contents)
|
38 |
|
39 |
temp_file3 = NamedTemporaryFile(delete=False, suffix=".html")
|
40 |
temp_file3.write(report)
|