Signed-off-by: Vladimir Mandic <mandic00@live.com>
pull/58/head
Vladimir Mandic 2025-03-30 15:04:03 -04:00
parent 8c7edb3be1
commit ce373b9c27
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ def create_ui(blocks: gr.Blocks = None):
with gr.Blocks(analytics_enabled = False) if standalone else blocks as system_info:
with gr.Row(elem_id = 'system_info'):
with gr.Tabs(elem_id = 'system_info_tabs') if standalone else ui_system_tabs:
with ui_system_tabs or gr.Tabs(elem_id = 'system_info_tabs'):
with gr.TabItem('System Info'):
with gr.Row():
timestamp = gr.Textbox(value=data['timestamp'], label = '', elem_id = 'system_info_tab_last_update', container=False)