Spaces:
Running
Running
crcdng
commited on
Commit
·
2e8f1c4
1
Parent(s):
a016927
try css
Browse files- Gradio_UI.py +1 -1
Gradio_UI.py
CHANGED
@@ -315,7 +315,7 @@ class GradioUI:
|
|
315 |
|
316 |
with gr.Row():
|
317 |
timer = gr.Timer(1)
|
318 |
-
time_display = gr.Textbox(label="Time", elem_classes="cyber-glitch-
|
319 |
import time
|
320 |
timer.tick(lambda: get_current_time_in_timezone(time.tzname[0]), outputs=time_display)
|
321 |
with gr.Row():
|
|
|
315 |
|
316 |
with gr.Row():
|
317 |
timer = gr.Timer(1)
|
318 |
+
time_display = gr.Textbox(label="Time", elem_classes="cyber-glitch-2",)
|
319 |
import time
|
320 |
timer.tick(lambda: get_current_time_in_timezone(time.tzname[0]), outputs=time_display)
|
321 |
with gr.Row():
|