Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -127,11 +127,11 @@ def inference(
|
|
127 |
|
128 |
with gr.Blocks(css="""
|
129 |
body {
|
130 |
-
background-color: #
|
131 |
-
color: #
|
132 |
}
|
133 |
.gradio-container {
|
134 |
-
background-color: #
|
135 |
}
|
136 |
.gr-button-primary {
|
137 |
background-color: #ff0000 !important;
|
@@ -142,7 +142,7 @@ with gr.Blocks(css="""
|
|
142 |
border-color: #cc0000 !important;
|
143 |
}
|
144 |
.gr-form {
|
145 |
-
background-color: #
|
146 |
border: 1px solid #333333;
|
147 |
border-radius: 8px;
|
148 |
padding: 20px;
|
@@ -150,7 +150,7 @@ with gr.Blocks(css="""
|
|
150 |
.gr-input, .gr-select {
|
151 |
background-color: #2a2a2a;
|
152 |
border-color: #444444;
|
153 |
-
color: #
|
154 |
}
|
155 |
.gr-input:focus, .gr-select:focus {
|
156 |
border-color: #ff0000;
|
@@ -158,6 +158,13 @@ with gr.Blocks(css="""
|
|
158 |
.gr-form-label {
|
159 |
color: #ff0000;
|
160 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
""") as blocks:
|
162 |
gr.Markdown(
|
163 |
"""
|
|
|
127 |
|
128 |
with gr.Blocks(css="""
|
129 |
body {
|
130 |
+
background-color: #121212;
|
131 |
+
color: #e0e0e0;
|
132 |
}
|
133 |
.gradio-container {
|
134 |
+
background-color: #121212;
|
135 |
}
|
136 |
.gr-button-primary {
|
137 |
background-color: #ff0000 !important;
|
|
|
142 |
border-color: #cc0000 !important;
|
143 |
}
|
144 |
.gr-form {
|
145 |
+
background-color: #1e1e1e;
|
146 |
border: 1px solid #333333;
|
147 |
border-radius: 8px;
|
148 |
padding: 20px;
|
|
|
150 |
.gr-input, .gr-select {
|
151 |
background-color: #2a2a2a;
|
152 |
border-color: #444444;
|
153 |
+
color: #e0e0e0;
|
154 |
}
|
155 |
.gr-input:focus, .gr-select:focus {
|
156 |
border-color: #ff0000;
|
|
|
158 |
.gr-form-label {
|
159 |
color: #ff0000;
|
160 |
}
|
161 |
+
.gr-box {
|
162 |
+
border-color: #333333;
|
163 |
+
}
|
164 |
+
.gr-panel {
|
165 |
+
background-color: #1e1e1e;
|
166 |
+
}
|
167 |
+
""") as blocks:
|
168 |
""") as blocks:
|
169 |
gr.Markdown(
|
170 |
"""
|