ClassCat commited on
Commit
6b984a6
·
1 Parent(s): db75068

update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
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():