Trying backgroud color - What wind.surf will do ?
Browse files
app.py
CHANGED
@@ -75,13 +75,14 @@ demo = gr.ChatInterface(
|
|
75 |
border: 4px solid #2196F3;
|
76 |
border-radius: 12px;
|
77 |
padding: 15px;
|
78 |
-
background-color:
|
79 |
box-shadow: 0 0 10px rgba(33, 150, 243, 0.3);
|
80 |
margin: 10px 0;
|
81 |
}
|
82 |
#component-0:focus-within {
|
83 |
border-color: #1976D2;
|
84 |
box-shadow: 0 0 15px rgba(33, 150, 243, 0.5);
|
|
|
85 |
}
|
86 |
"""
|
87 |
)
|
|
|
75 |
border: 4px solid #2196F3;
|
76 |
border-radius: 12px;
|
77 |
padding: 15px;
|
78 |
+
background-color: #E3F2FD;
|
79 |
box-shadow: 0 0 10px rgba(33, 150, 243, 0.3);
|
80 |
margin: 10px 0;
|
81 |
}
|
82 |
#component-0:focus-within {
|
83 |
border-color: #1976D2;
|
84 |
box-shadow: 0 0 15px rgba(33, 150, 243, 0.5);
|
85 |
+
background-color: #BBDEFB;
|
86 |
}
|
87 |
"""
|
88 |
)
|