# Create a standalone HTML impact calculator and save it for download
html = “””
Cronic Care Impact Calculator
Total Hours Saved per Year (Across Physicians)
Annual Cost of Turnover Attributable to Burnout
“””
path = “/mnt/data/cronic_care_impact_calculator.html”
with open(path, “w”, encoding=”utf-8″) as f:
f.write(html)
path
