Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -258,7 +258,7 @@ def download():
|
|
258 |
mimetype='text/markdown'
|
259 |
)
|
260 |
with open("html_template.html", "r") as f:
|
261 |
-
html_template=f.
|
262 |
f.close()
|
263 |
|
264 |
|
|
|
258 |
mimetype='text/markdown'
|
259 |
)
|
260 |
with open("html_template.html", "r") as f:
|
261 |
+
html_template=f.read()
|
262 |
f.close()
|
263 |
|
264 |
|