zetavg commited on
Commit
7904f8b
1 Parent(s): 27aa501
Files changed (1) hide show
  1. llama_lora/ui/main_page.py +12 -0
llama_lora/ui/main_page.py CHANGED
@@ -428,6 +428,18 @@ def main_page_custom_css():
428
  white-space: pre-wrap;
429
  }
430
 
 
 
 
 
 
 
 
 
 
 
 
 
431
  #finetune_max_seq_length {
432
  flex: 2;
433
  }
 
428
  white-space: pre-wrap;
429
  }
430
 
431
+ /*
432
+ #finetune_dataset_preview {
433
+ max-height: 100vh;
434
+ overflow: auto;
435
+ border: var(--block-border-width) solid var(--border-color-primary);
436
+ border-radius: var(--radius-lg);
437
+ }
438
+ #finetune_dataset_preview .table-wrap {
439
+ border: 0 !important;
440
+ }
441
+ */
442
+
443
  #finetune_max_seq_length {
444
  flex: 2;
445
  }