TeoJM commited on
Commit
c978035
1 Parent(s): d539581

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,9 +23,9 @@ with gr.Blocks() as demo:
23
  with gr.Row():
24
  with gr.Column():
25
  gr.Label("Recent Prediction History")
26
- input_img = gr.Image("df_recent.png", elem_id="recent-predictions")
27
  with gr.Column():
28
  gr.Label("Confusion Matrix with Historical Prediction Performance")
29
- input_img = gr.Image("confusion_matrix.png", elem_id="confusion-matrix")
30
 
31
  demo.launch()
 
23
  with gr.Row():
24
  with gr.Column():
25
  gr.Label("Recent Prediction History")
26
+ input_img = gr.Image("df_recent_titanic.png", elem_id="recent-predictions")
27
  with gr.Column():
28
  gr.Label("Confusion Matrix with Historical Prediction Performance")
29
+ input_img = gr.Image("confusion_matrix_titanic.png", elem_id="confusion-matrix")
30
 
31
  demo.launch()