Increase --chat box height

This commit is contained in:
oobabooga 2023-03-30 00:43:49 -03:00
parent 131753fcf5
commit bd65940a48
2 changed files with 4 additions and 1 deletions

View file

@ -29,3 +29,6 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
padding: 0;
}
#gradio-chatbot {
height: 66.67vh;
}