VyLala commited on
Commit
f54d098
·
verified ·
1 Parent(s): 65a921e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ global_stop_flag = StopFlag() # Shared between run + stop
15
  with open("offer.html", "r", encoding="utf-8") as f:
16
  pricing_html = f.read()
17
 
18
- with open(""mtdna_tool_explainer_updated.html"", "r", encoding="utf-8") as f:
19
  flow_chart = f.read()
20
 
21
 
 
15
  with open("offer.html", "r", encoding="utf-8") as f:
16
  pricing_html = f.read()
17
 
18
+ with open("mtdna_tool_explainer_updated.html", "r", encoding="utf-8") as f:
19
  flow_chart = f.read()
20
 
21