Spaces:
Runtime error
Runtime error
File size: 144 Bytes
f3fdcce |
1 2 3 4 5 6 7 8 9 10 11 |
.gradio-container {
max-width: 100%;
max-height: 100%;
}
[id$=chatbot] > div{
border: 0;
height: 70vh;
overflow-y: auto;
}
|