Spaces:
Sleeping
Sleeping
Update Introduction.py
Browse files- Introduction.py +2 -2
Introduction.py
CHANGED
|
@@ -75,12 +75,12 @@ st.markdown(
|
|
| 75 |
"""
|
| 76 |
<style>
|
| 77 |
body {
|
| 78 |
-
background: linear-gradient(
|
| 79 |
font-family: 'Arial', sans-serif;
|
| 80 |
color: #333;
|
| 81 |
}
|
| 82 |
.stApp {
|
| 83 |
-
background: linear-gradient(
|
| 84 |
}
|
| 85 |
.stFileUploader {
|
| 86 |
display: flex;
|
|
|
|
| 75 |
"""
|
| 76 |
<style>
|
| 77 |
body {
|
| 78 |
+
background: linear-gradient(#ffaa80, #ff5500, #b33c00); /* Gradient background from yellow to red */
|
| 79 |
font-family: 'Arial', sans-serif;
|
| 80 |
color: #333;
|
| 81 |
}
|
| 82 |
.stApp {
|
| 83 |
+
background: linear-gradient(#66d9ff, #d966ff, #66ff66); /* Gradient background for the entire app */
|
| 84 |
}
|
| 85 |
.stFileUploader {
|
| 86 |
display: flex;
|