Spaces:
Sleeping
Sleeping
body { | |
font-family: 'Your Desired Font', sans-serif; | |
} | |
.gradio-container { | |
background: linear-gradient(to right, #a8c0ff, #d9a7c7); /* Soft blue to soft purple gradient */ | |
color: gray; | |
} | |
.gr-button { | |
background-color: #5b87ab; /* Soft grayish blue */ | |
color: #ffffff; | |
} |