sujataprakashdatycs commited on
Commit
3df39af
·
verified ·
1 Parent(s): 40494fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ simple_theme = gr.themes.Soft(
95
  # ---------- Gradio UI ----------
96
  with gr.Blocks(theme=simple_theme, title=APP_TITLE) as interface:
97
  gr.HTML(f"""
98
- <h1 style='text-align:center;color:#1e40af;'>🩺 {APP_TITLE}</h1>
99
  <p style='text-align:center;color:#64748b;'>
100
  Upload a chart, set HCC + model version, and validate MEAT criteria.
101
  </p>
 
95
  # ---------- Gradio UI ----------
96
  with gr.Blocks(theme=simple_theme, title=APP_TITLE) as interface:
97
  gr.HTML(f"""
98
+ <h1 style='text-align:center;color:#1e40af;'> 🏩 {APP_TITLE}</h1>
99
  <p style='text-align:center;color:#64748b;'>
100
  Upload a chart, set HCC + model version, and validate MEAT criteria.
101
  </p>