Update app.py
Browse files
app.py
CHANGED
@@ -244,11 +244,11 @@ if __name__ == "__main__":
|
|
244 |
def launch_interface():
|
245 |
css_code = """
|
246 |
.gradio-container {
|
247 |
-
background-color: #
|
248 |
}
|
249 |
/* Button styling for all buttons */
|
250 |
button {
|
251 |
-
background-color: #
|
252 |
color: black;
|
253 |
border: 1px solid black;
|
254 |
padding: 10px;
|
|
|
244 |
def launch_interface():
|
245 |
css_code = """
|
246 |
.gradio-container {
|
247 |
+
background-color: #ffffff;
|
248 |
}
|
249 |
/* Button styling for all buttons */
|
250 |
button {
|
251 |
+
background-color: #999999; /* Default color for all other buttons */
|
252 |
color: black;
|
253 |
border: 1px solid black;
|
254 |
padding: 10px;
|