update app.py
Browse files
app.py
CHANGED
@@ -129,6 +129,14 @@ with gr.Blocks(title="Brain tumor 3D segmentation with MONAIMNIST - ClassCat",
|
|
129 |
|
130 |
gr.HTML("""<div style="font-family:'Times New Roman', 'Serif'; font-size:16pt; font-weight:bold; text-align:center; color:royalblue;">Brain tumor 3D segmentation with MONAI</div>""")
|
131 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
132 |
gr.HTML("""<h4 style="color:navy;">1. Select an example, which includes input images and label images, by clicking "Example x" button.</h4>""")
|
133 |
|
134 |
with gr.Row():
|
|
|
129 |
|
130 |
gr.HTML("""<div style="font-family:'Times New Roman', 'Serif'; font-size:16pt; font-weight:bold; text-align:center; color:royalblue;">Brain tumor 3D segmentation with MONAI</div>""")
|
131 |
|
132 |
+
gr.HTML("""<div align="right">)
|
133 |
+
Reference
|
134 |
+
<ul>
|
135 |
+
<li>ipynb
|
136 |
+
</ul>
|
137 |
+
</div>
|
138 |
+
""")
|
139 |
+
|
140 |
gr.HTML("""<h4 style="color:navy;">1. Select an example, which includes input images and label images, by clicking "Example x" button.</h4>""")
|
141 |
|
142 |
with gr.Row():
|