Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -86,11 +86,11 @@ examples = [
|
|
86 |
|
87 |
css = """
|
88 |
body {
|
89 |
-
background-color: rgb(
|
90 |
color: white;
|
91 |
}
|
92 |
.gradio-container {
|
93 |
-
background-color: rgb(
|
94 |
border: none !important;
|
95 |
}
|
96 |
#example_img .hide-container{
|
|
|
86 |
|
87 |
css = """
|
88 |
body {
|
89 |
+
background-color: rgb(3, 7, 18);
|
90 |
color: white;
|
91 |
}
|
92 |
.gradio-container {
|
93 |
+
background-color: rgb(3, 7, 18) !important;
|
94 |
border: none !important;
|
95 |
}
|
96 |
#example_img .hide-container{
|