Spaces:
Runtime error
Runtime error
Add recent prediction history image to app.py
Browse files
app.py
CHANGED
@@ -19,10 +19,10 @@ with gr.Blocks() as demo:
|
|
19 |
with gr.Column():
|
20 |
gr.Label("Today's Actual Wine")
|
21 |
input_img = gr.Image("actual_wine.png", elem_id="actual-img")
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
# with gr.Column():
|
27 |
# gr.Label("Confusion Maxtrix with Historical Prediction Performance")
|
28 |
# input_img = gr.Image("confusion_matrix.png", elem_id="confusion-matrix")
|
|
|
19 |
with gr.Column():
|
20 |
gr.Label("Today's Actual Wine")
|
21 |
input_img = gr.Image("actual_wine.png", elem_id="actual-img")
|
22 |
+
with gr.Row():
|
23 |
+
with gr.Column():
|
24 |
+
gr.Label("Recent Prediction History")
|
25 |
+
input_img = gr.Image("df_recent_wine.png", elem_id="recent-predictions")
|
26 |
# with gr.Column():
|
27 |
# gr.Label("Confusion Maxtrix with Historical Prediction Performance")
|
28 |
# input_img = gr.Image("confusion_matrix.png", elem_id="confusion-matrix")
|