Skip to content

Commit e65eabc

Browse files
committed
fix: Indentation error in pricing_view.py
1 parent 1f8bc45 commit e65eabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/views/pricing_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def render_pricing_page():
7373

7474
# --- CLINIC TIER (Basic) ---
7575
with col1:
76-
st.markdown("""
76+
st.markdown("""
7777
<div style="background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)); border: 1px solid rgba(148, 163, 184, 0.2); border-radius: 16px; padding: 2rem; height: 100%; text-align: center;">
7878
<h3 style="margin-top: 0;">Clinic Basic</h3>
7979
<div style="font-size: 2.5rem; font-weight: 700; margin: 1rem 0;">Free</div>

0 commit comments

Comments
 (0)