Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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;'>
|
| 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>
|