Update app.py
Browse files
app.py
CHANGED
@@ -198,8 +198,8 @@ demo_css = """
|
|
198 |
background-color: #0077c0;
|
199 |
}
|
200 |
.fixed_button_container {
|
201 |
-
padding:
|
202 |
-
margin: 0px 0 0
|
203 |
}
|
204 |
#custom_row {
|
205 |
width: 150% !important;
|
|
|
198 |
background-color: #0077c0;
|
199 |
}
|
200 |
.fixed_button_container {
|
201 |
+
padding: -10px;
|
202 |
+
margin: 0px 0 0 0px;
|
203 |
}
|
204 |
#custom_row {
|
205 |
width: 150% !important;
|