Spaces:
Sleeping
Sleeping
crcdng
commited on
Commit
·
0713d93
1
Parent(s):
f5da30e
css width
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", width="50vw")
|
329 |
import time
|
330 |
timer.tick(lambda: get_current_time_in_timezone(time.tzname[0]), outputs=time_display)
|
331 |
with gr.Row():
|