pierrelf commited on
Commit
d45983a
·
1 Parent(s): 533ccbd

Add recent prediction history image to app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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
- # with gr.Row():
23
- # with gr.Column():
24
- # gr.Label("Recent Prediction History")
25
- # input_img = gr.Image("df_recent.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")
 
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")