Spaces:
Sleeping
Sleeping
crcdng
commited on
Commit
·
877edc4
1
Parent(s):
8018aac
format
Browse files- Gradio_UI.py +2 -0
Gradio_UI.py
CHANGED
@@ -325,7 +325,9 @@ class GradioUI:
|
|
325 |
title=gr.HTML(banner_html)
|
326 |
with gr.Row():
|
327 |
timer = gr.Timer(1)
|
|
|
328 |
time_display = gr.Textbox(label="Time", elem_classes="cyber-glitch-4")
|
|
|
329 |
import time
|
330 |
timer.tick(lambda: get_current_time_in_timezone(time.tzname[0]), outputs=time_display)
|
331 |
with gr.Row():
|
|
|
325 |
title=gr.HTML(banner_html)
|
326 |
with gr.Row():
|
327 |
timer = gr.Timer(1)
|
328 |
+
gr.Textbox(render=False)
|
329 |
time_display = gr.Textbox(label="Time", elem_classes="cyber-glitch-4")
|
330 |
+
gr.Textbox(render=False)
|
331 |
import time
|
332 |
timer.tick(lambda: get_current_time_in_timezone(time.tzname[0]), outputs=time_display)
|
333 |
with gr.Row():
|