background changes? (hopefully)
Browse files
app.py
CHANGED
|
@@ -90,7 +90,7 @@ def cancel_inference():
|
|
| 90 |
# Custom CSS for a fancy look
|
| 91 |
custom_css = """
|
| 92 |
#main-container {
|
| 93 |
-
background
|
| 94 |
font-family: 'Comic Neue', sans-serif;
|
| 95 |
}
|
| 96 |
|
|
@@ -98,7 +98,7 @@ custom_css = """
|
|
| 98 |
max-width: 700px;
|
| 99 |
margin: 0 auto;
|
| 100 |
padding: 20px;
|
| 101 |
-
background:
|
| 102 |
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
| 103 |
border-radius: 10px;
|
| 104 |
}
|
|
|
|
| 90 |
# Custom CSS for a fancy look
|
| 91 |
custom_css = """
|
| 92 |
#main-container {
|
| 93 |
+
background: #cdebc5;
|
| 94 |
font-family: 'Comic Neue', sans-serif;
|
| 95 |
}
|
| 96 |
|
|
|
|
| 98 |
max-width: 700px;
|
| 99 |
margin: 0 auto;
|
| 100 |
padding: 20px;
|
| 101 |
+
background: #cdebc5;
|
| 102 |
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
| 103 |
border-radius: 10px;
|
| 104 |
}
|