Update app.py
Browse files
app.py
CHANGED
|
@@ -584,7 +584,7 @@ def create_interface():
|
|
| 584 |
plot6 = gr.Plot(label="Vaso-Occlusive Crisis Post-HCT")
|
| 585 |
plot7 = gr.Plot(label="Stroke Post-HCT")
|
| 586 |
|
| 587 |
-
plots = [plot2, plot3, plot4, plot5]
|
| 588 |
|
| 589 |
|
| 590 |
def process_and_display(file):
|
|
|
|
| 584 |
plot6 = gr.Plot(label="Vaso-Occlusive Crisis Post-HCT")
|
| 585 |
plot7 = gr.Plot(label="Stroke Post-HCT")
|
| 586 |
|
| 587 |
+
plots = [plot2, plot3, plot4, plot5, plot6, plot7]
|
| 588 |
|
| 589 |
|
| 590 |
def process_and_display(file):
|