import streamlit as st
side_logo = """
"""
app_title = """
Plan maker
"""
plan_info_header = """
Section 1: Plan Info
"""
button_styles = """
"""
rule_info_header = """
Section 2: Rule Info
"""
expected_billing = 0
expected_billing_header = f"""
Expected Monthly Billing (excluding GST): {expected_billing}
"""
final_billing = 0
final_billing_header = f"""
Net total billing (excluding GST): {final_billing}
"""