crcdng commited on
Commit
43d34d5
·
1 Parent(s): 3063e2a
Files changed (1) hide show
  1. 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="my-container",)
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="glitch-3",)
319
  import time
320
  timer.tick(lambda: get_current_time_in_timezone(time.tzname[0]), outputs=time_display)
321
  with gr.Row():