Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ with gr.Blocks(title="MRI Brain Report Generator") as app:
|
|
| 39 |
|
| 40 |
gr.Markdown("# MRI Brain Scan Report Generator")
|
| 41 |
gr.Markdown("### Radiologist Assistant")
|
| 42 |
-
gr.Markdown("Upload
|
| 43 |
|
| 44 |
with gr.Row():
|
| 45 |
# Left column - image input/display
|
|
|
|
| 39 |
|
| 40 |
gr.Markdown("# MRI Brain Scan Report Generator")
|
| 41 |
gr.Markdown("### Radiologist Assistant")
|
| 42 |
+
gr.Markdown("Upload DICOM brain scans to generate a report.")
|
| 43 |
|
| 44 |
with gr.Row():
|
| 45 |
# Left column - image input/display
|