Signed-off-by: Vladimir Mandic <mandic00@live.com>
pull/58/head
Vladimir Mandic 2025-05-13 21:50:23 -04:00
parent ce373b9c27
commit 539625f289
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ def create_ui(blocks: gr.Blocks = None):
with gr.TabItem('Benchmark'):
bench_load()
with gr.Row():
benchmark_data = gr.DataFrame(bench_data, label = 'Benchmark Data', elem_id = 'system_info_benchmark_data', show_label = True, interactive = False, wrap = True, overflow_row_behaviour = 'paginate', max_rows = 10, headers = bench_headers)
benchmark_data = gr.DataFrame(bench_data, label = 'Benchmark Data', elem_id = 'system_info_benchmark_data', show_label = True, interactive = False, wrap = True, headers = bench_headers)
with gr.Row():
with gr.Column(scale=1):
username = gr.Textbox(get_user, label = 'Username', placeholder='enter username for submission', elem_id='system_info_tab_username')