Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
| 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()
|