Spaces:
Runtime error
Runtime error
Commit
·
c774bfb
1
Parent(s):
4cb6ee4
Upload app.py
Browse files
app.py
CHANGED
@@ -517,6 +517,7 @@ with gr.Blocks(title = "NCDB-G2G3 Glioma") as demo:
|
|
517 |
<br/>
|
518 |
<center><h1>Grade II and III Glioma Survival Outcomes</h1></center>
|
519 |
<center><h2>Prediction Tool</h2></center>
|
|
|
520 |
<center><i>The publication describing the details of this predictive tool will be posted here upon the acceptance of publication.</i><center>
|
521 |
"""
|
522 |
)
|
@@ -580,6 +581,13 @@ with gr.Blocks(title = "NCDB-G2G3 Glioma") as demo:
|
|
580 |
</div>
|
581 |
"""
|
582 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
583 |
|
584 |
gr.Markdown(
|
585 |
"""
|
@@ -639,6 +647,12 @@ with gr.Blocks(title = "NCDB-G2G3 Glioma") as demo:
|
|
639 |
</table>
|
640 |
</div>
|
641 |
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
642 |
)
|
643 |
|
644 |
with gr.Tab('Grade II'):
|
|
|
517 |
<br/>
|
518 |
<center><h1>Grade II and III Glioma Survival Outcomes</h1></center>
|
519 |
<center><h2>Prediction Tool</h2></center>
|
520 |
+
<br/>
|
521 |
<center><i>The publication describing the details of this predictive tool will be posted here upon the acceptance of publication.</i><center>
|
522 |
"""
|
523 |
)
|
|
|
581 |
</div>
|
582 |
"""
|
583 |
)
|
584 |
+
|
585 |
+
gr.Markdown(
|
586 |
+
"""
|
587 |
+
<br/>
|
588 |
+
"""
|
589 |
+
)
|
590 |
+
|
591 |
|
592 |
gr.Markdown(
|
593 |
"""
|
|
|
647 |
</table>
|
648 |
</div>
|
649 |
"""
|
650 |
+
)
|
651 |
+
|
652 |
+
gr.Markdown(
|
653 |
+
"""
|
654 |
+
<br/>
|
655 |
+
"""
|
656 |
)
|
657 |
|
658 |
with gr.Tab('Grade II'):
|