Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -141,7 +141,7 @@ def run_analysis():
|
|
| 141 |
"""
|
| 142 |
|
| 143 |
# HTML template
|
| 144 |
-
html_template = open("index.html").read()
|
| 145 |
html_content = html_template.format(
|
| 146 |
report_date=datetime.now().strftime('%Y-%m-%d %H:%M'),
|
| 147 |
img_b64_today=img_b64_today,
|
|
|
|
| 141 |
"""
|
| 142 |
|
| 143 |
# HTML template
|
| 144 |
+
html_template = open("templates/index.html").read()
|
| 145 |
html_content = html_template.format(
|
| 146 |
report_date=datetime.now().strftime('%Y-%m-%d %H:%M'),
|
| 147 |
img_b64_today=img_b64_today,
|