pgurazada1 commited on
Commit
95067c8
·
verified ·
1 Parent(s): 423c800

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def get_data():
20
  # Bar plot of the predictions
21
 
22
  with gr.Blocks() as demo:
23
- gr.Demo("Real-time Monitoring Dashboard")
24
  with gr.Row():
25
  with gr.Column():
26
  gr.BarPlot(get_data, every=5, x='prediction', width=500, height=500)
 
20
  # Bar plot of the predictions
21
 
22
  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', width=500, height=500)