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