codeEscounciousness's picture
Duplicate from dotmet/chatgpt_webui
71cbbdc
raw
history blame
No virus
144 Bytes
.gradio-container {
max-width: 100%;
max-height: 100%;
}
[id$=chatbot] > div{
border: 0;
height: 70vh;
overflow-y: auto;
}