pgurazada1 commited on
Commit
0912290
·
verified ·
1 Parent(s): 3c56779

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,6 +23,6 @@ with gr.Blocks() as demo:
23
  gr.Markdown("Real-time Monitoring Dashboard")
24
  with gr.Row():
25
  with gr.Column():
26
- gr.BarPlot(get_data, every=5, x='prediction', stat='proportion', width=500, height=500)
27
 
28
  demo.queue().launch()
 
23
  gr.Markdown("Real-time Monitoring Dashboard")
24
  with gr.Row():
25
  with gr.Column():
26
+ gr.DataFrame(get_data)
27
 
28
  demo.queue().launch()