Bhargavitippareddy commited on
Commit
f8dc300
·
verified ·
1 Parent(s): e882257

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("# 🧠 BrainInsightAI: 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 ---
 
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 ---