pgurazada1 commited on
Commit
5c0fe97
·
verified ·
1 Parent(s): 807983a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()}", every=5)
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()