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