VyLala commited on
Commit
6e74bbc
·
verified ·
1 Parent(s): b141368

Update app.py

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