File size: 320 Bytes
c86c2f3 0ace51c c86c2f3 85e5fdb 6ad9b39 85e5fdb 141ba59 c86c2f3 ef42494 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | h1 {
text-align: center;
display: block;
}
#duplicate-button {
margin: auto;
color: white;
background: #1565c0;
border-radius: 100vh;
}
.chatbot {
width = 950px;
}
.contain {
max-width: 900px;
margin: auto;
padding-top: 1.5rem;
}
/* Hide the gradio footer*/
footer {
display: none !important;
}
|