Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -67,6 +67,6 @@ with gr.Blocks() as demo:
|
|
67 |
with gr.Column():
|
68 |
gr.DataFrame(get_data, every=5)
|
69 |
with gr.Column():
|
70 |
-
gr.
|
71 |
|
72 |
demo.queue().launch()
|
|
|
67 |
with gr.Column():
|
68 |
gr.DataFrame(get_data, every=5)
|
69 |
with gr.Column():
|
70 |
+
gr.Textbox(f"Data refreshed at {time.time()}", every=5)
|
71 |
|
72 |
demo.queue().launch()
|