File size: 302 Bytes
fafc9b0
d297696
fafc9b0
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
.gradio-container {
    background-color: #c48fc4;  /* Pink background */
    font-family: "Comic Sans MS";  /* Fun font */
}
.gradio-button {
    background-color: #ff66b2;  /* Pink button */
    color: white;  /* White text */
}
.gradio-input {
    background-color: #ffccff;  /* Pink input box */
}