Skip to content

Commit

Permalink
set page title
Browse files Browse the repository at this point in the history
  • Loading branch information
kavwad committed Dec 16, 2024
1 parent 96de54e commit fa2d163
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,11 @@ def generate_cost_curve_data(plan: InsurancePlan, max_medical_cost: float = 5000
return medical_costs, total_costs

def main():
st.set_page_config(layout="wide")
st.set_page_config(
page_title="Health Insurance Plan Comparison",
page_icon=":hospital:",
layout="wide"
)

st.title("Health Insurance Plan Comparison")

Expand Down

0 comments on commit fa2d163

Please sign in to comment.