Autosave generated text in the Notebook tab (#7079)

This commit is contained in:
oobabooga 2025-06-16 17:36:05 -03:00 committed by GitHub
parent d0befe0729
commit faae4dc1b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 325 additions and 52 deletions

View file

@ -167,11 +167,11 @@ gradio-app > :first-child {
}
.textbox_default textarea {
height: calc(100dvh - 201px);
height: calc(100dvh - 202px);
}
.textbox_default_output textarea {
height: calc(100dvh - 117px);
height: calc(100dvh - 118px);
}
.textbox textarea {