shiue2000 commited on
Commit
dc93dfd
·
verified ·
1 Parent(s): ec5afb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,