Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,16 +12,16 @@ with gr.Blocks() as demo:
|
|
12 |
with gr.Row():
|
13 |
with gr.Column():
|
14 |
gr.Label("Today's Predicted Titanic Survival")
|
15 |
-
|
16 |
with gr.Column():
|
17 |
gr.Label("Today's Actual Titanic Survival")
|
18 |
-
|
19 |
with gr.Row():
|
20 |
with gr.Column():
|
21 |
gr.Label("Recent Prediction History")
|
22 |
-
|
23 |
with gr.Column():
|
24 |
gr.Label("Confusion Maxtrix with Historical Prediction Performance")
|
25 |
-
|
26 |
|
27 |
demo.launch()
|
|
|
12 |
with gr.Row():
|
13 |
with gr.Column():
|
14 |
gr.Label("Today's Predicted Titanic Survival")
|
15 |
+
|
16 |
with gr.Column():
|
17 |
gr.Label("Today's Actual Titanic Survival")
|
18 |
+
|
19 |
with gr.Row():
|
20 |
with gr.Column():
|
21 |
gr.Label("Recent Prediction History")
|
22 |
+
|
23 |
with gr.Column():
|
24 |
gr.Label("Confusion Maxtrix with Historical Prediction Performance")
|
25 |
+
|
26 |
|
27 |
demo.launch()
|