mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Increase the evaluation table height
This commit is contained in:
parent
8ea554bc19
commit
f17f7a6913
@ -156,7 +156,7 @@ def create_ui():
|
||||
with gr.Column():
|
||||
evaluation_log = gr.Markdown(value='')
|
||||
|
||||
evaluation_table = gr.Dataframe(value=generate_markdown_table(), interactive=True, height=2000, elem_id='evaluation-table')
|
||||
evaluation_table = gr.Dataframe(value=generate_markdown_table(), interactive=True, height=16000, elem_id='evaluation-table')
|
||||
with gr.Row():
|
||||
save_comments = gr.Button('Save comments', elem_classes="small-button", interactive=not mu)
|
||||
refresh_table = gr.Button('Refresh the table', elem_classes="small-button", interactive=not mu)
|
||||
|
Loading…
Reference in New Issue
Block a user