Update app.py
Browse files
app.py
CHANGED
@@ -167,12 +167,6 @@ window.addEventListener('load', () => {
|
|
167 |
|
168 |
CSS="""
|
169 |
<style>
|
170 |
-
:root{
|
171 |
-
--button-primary-border-color:#436588 !important;
|
172 |
-
--button-primary-background-fill:#468ad0 !important;
|
173 |
-
--primary-600:#468ad0 !important
|
174 |
-
}
|
175 |
-
|
176 |
.image-monitor {
|
177 |
border:1px solid red;
|
178 |
}
|
@@ -187,15 +181,12 @@ CSS="""
|
|
187 |
max-height: 512px;
|
188 |
}
|
189 |
|
190 |
-
/*
|
191 |
-
|
192 |
.butt{
|
193 |
-
background-color:#
|
194 |
}
|
195 |
.butt:hover{
|
196 |
-
background-color:#
|
197 |
}
|
198 |
-
*/
|
199 |
|
200 |
</style>
|
201 |
"""
|
|
|
167 |
|
168 |
CSS="""
|
169 |
<style>
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
.image-monitor {
|
171 |
border:1px solid red;
|
172 |
}
|
|
|
181 |
max-height: 512px;
|
182 |
}
|
183 |
|
|
|
|
|
184 |
.butt{
|
185 |
+
background-color:#436588 !important;
|
186 |
}
|
187 |
.butt:hover{
|
188 |
+
background-color:#38618c !important;
|
189 |
}
|
|
|
190 |
|
191 |
</style>
|
192 |
"""
|