Spaces:
Running
Running
crcdng
commited on
Commit
·
8018aac
1
Parent(s):
337dbb1
moar glitch
Browse files- Gradio_UI.py +1 -1
Gradio_UI.py
CHANGED
@@ -325,7 +325,7 @@ class GradioUI:
|
|
325 |
title=gr.HTML(banner_html)
|
326 |
with gr.Row():
|
327 |
timer = gr.Timer(1)
|
328 |
-
time_display = gr.Textbox(label="Time",
|
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 |
+
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():
|