Spaces:
Sleeping
Sleeping
File size: 436 Bytes
857ed72 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
body {
font-family: sans-serif;
}
.gradio-container {
border-radius: 10px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
padding: 20px;
}
.gr-button {
background-color: #4CAF50;
color: white;
border: none;
padding: 6px 12px;
font-size: 14px;
cursor: pointer;
border-radius: 5px;
}
.gr-button:hover {
background-color: #4a894c;
}
.description {
margin-top: 40px;
margin-bottom:-10px;
} |