gemma-10m / style.css
archit11's picture
Create style.css
e83e833 verified
raw
history blame
408 Bytes
h1 {
text-align: center;
display: block;
}
#duplicate-button {
margin: auto;
color: white;
background: #1565c0;
border-radius: 100vh;
}
.contain {
max-width: 900px;
margin: auto;
padding-top: 1.5rem;
}
.gradio-container .gradio-inline-group {
height: 900px; /* Increase this value to make the chatbox taller */
width: 900px; /* Increase this value to make the chatbox wider */
}