Spaces:
Running
Running
Update app.py
Browse files
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("
|
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 |
|