Spaces:
Sleeping
Sleeping
File size: 83 Bytes
71b5f1d |
1 2 3 4 5 6 |
/* custom.css */
.gradio_output_text {
height: 1000px;
overflow-y: auto;
}
|