Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -163,7 +163,7 @@ if os.path.exists("test_images_hf"): # Assuming you unzipped the test images her
|
|
| 163 |
with gr.Blocks(css=custom_css, title="BrainInsightAI: Brain Tumor Analysis") as demo:
|
| 164 |
|
| 165 |
with gr.Column(elem_id="header"):
|
| 166 |
-
gr.Markdown("# 🧠
|
| 167 |
gr.Markdown("Artificial Intelligence System for automated MRI analysis. Supports classification of **Glioma, Meningioma, and Pituitary** tumors with pixel-level segmentation.")
|
| 168 |
|
| 169 |
# --- IMPORTANT NOTES SECTION ---
|
|
|
|
| 163 |
with gr.Blocks(css=custom_css, title="BrainInsightAI: Brain Tumor Analysis") as demo:
|
| 164 |
|
| 165 |
with gr.Column(elem_id="header"):
|
| 166 |
+
gr.Markdown("# 🧠Brain Tumor Diagnosis & Segmentation")
|
| 167 |
gr.Markdown("Artificial Intelligence System for automated MRI analysis. Supports classification of **Glioma, Meningioma, and Pituitary** tumors with pixel-level segmentation.")
|
| 168 |
|
| 169 |
# --- IMPORTANT NOTES SECTION ---
|