leksval commited on
Commit
7d76d0d
·
1 Parent(s): 8549a79

fix in gradio settings tab

Browse files
Files changed (1) hide show
  1. frontend_ui.py +6 -0
frontend_ui.py CHANGED
@@ -668,6 +668,12 @@ def create_medical_ui(process_text_only, process_file_only, process_dicom_only,
668
  background: white !important;
669
  border: 1px solid #ccc !important;
670
  box-shadow: 0 4px 6px rgba(0,0,0,0.1) !important;
 
 
 
 
 
 
671
  }
672
 
673
  </style>
 
668
  background: white !important;
669
  border: 1px solid #ccc !important;
670
  box-shadow: 0 4px 6px rgba(0,0,0,0.1) !important;
671
+ padding: 20px !important;
672
+ width: 400px !important;
673
+ max-height: 90vh !important;
674
+ overflow-y: auto !important;
675
+ font-family: Arial, sans-serif !important;
676
+ border-radius: 8px !important;
677
  }
678
 
679
  </style>