Use default gr.Dataframe for evaluation table

This commit is contained in:
oobabooga 2023-10-27 06:49:14 -07:00
parent f481ce3dd8
commit 262f8ae5bb
2 changed files with 1 additions and 9 deletions

View file

@ -648,11 +648,3 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
.options {
z-index: 100 !important;
}
/* ----------------------------------------------
Increase the height of the evaluation table
---------------------------------------------- */
#evaluation-table table {
max-height: none !important;
overflow-y: auto !important;
}