Update app.py
Browse files
app.py
CHANGED
@@ -465,12 +465,12 @@ def create_gradio_app():
|
|
465 |
primary_hue="indigo",
|
466 |
)
|
467 |
|
468 |
-
with gr.Blocks(title="🧠 Brain Tumor Detection
|
469 |
|
470 |
gr.HTML("""
|
471 |
<div class="main-header">
|
472 |
-
<h1>🧠 Brain Tumor Detection
|
473 |
-
<p>Advanced AI-powered MRI analysis with explainable attention visualization
|
474 |
</div>
|
475 |
""")
|
476 |
|
|
|
465 |
primary_hue="indigo",
|
466 |
)
|
467 |
|
468 |
+
with gr.Blocks(title="🧠 Bioset - Brain Tumor MRI Detection", theme=theme, css=custom_css) as app:
|
469 |
|
470 |
gr.HTML("""
|
471 |
<div class="main-header">
|
472 |
+
<h1>🧠 Bioset - Brain Tumor MRI Detection</h1>
|
473 |
+
<p>Advanced AI-powered MRI analysis with explainable attention visualization with Enhanced Grad-CAM++</p>
|
474 |
</div>
|
475 |
""")
|
476 |
|