Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -598,6 +598,10 @@ def draw(state, drawpad):
|
|
| 598 |
### Main application
|
| 599 |
|
| 600 |
css = f"""
|
|
|
|
|
|
|
|
|
|
|
|
|
| 601 |
#run-button {{
|
| 602 |
font-size: 18pt;
|
| 603 |
background-image: linear-gradient(to right, #4338ca 0%, #26a0da 51%, #4338ca 100%);
|
|
|
|
| 598 |
### Main application
|
| 599 |
|
| 600 |
css = f"""
|
| 601 |
+
.body {{
|
| 602 |
+
background: unset;
|
| 603 |
+
}}
|
| 604 |
+
|
| 605 |
#run-button {{
|
| 606 |
font-size: 18pt;
|
| 607 |
background-image: linear-gradient(to right, #4338ca 0%, #26a0da 51%, #4338ca 100%);
|