Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ custom_css = """
|
|
81 |
/* General Page Style */
|
82 |
body {
|
83 |
font-family: 'Poppins', Arial, sans-serif;
|
84 |
-
background: linear-gradient(135deg, #
|
85 |
color: #ffffff;
|
86 |
margin: 0;
|
87 |
padding: 0;
|
|
|
81 |
/* General Page Style */
|
82 |
body {
|
83 |
font-family: 'Poppins', Arial, sans-serif;
|
84 |
+
background: linear-gradient(135deg, #1969c9, #1969c9);
|
85 |
color: #ffffff;
|
86 |
margin: 0;
|
87 |
padding: 0;
|