Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ body::before {
|
|
| 24 |
background-size: cover;
|
| 25 |
background-repeat: no-repeat;
|
| 26 |
background-position: center;
|
| 27 |
-
opacity: 0.
|
| 28 |
z-index: -1; /* Keep the background behind text */
|
| 29 |
}
|
| 30 |
.gradio-container {
|
|
|
|
| 24 |
background-size: cover;
|
| 25 |
background-repeat: no-repeat;
|
| 26 |
background-position: center;
|
| 27 |
+
opacity: 0.5; /* Fainter background image */
|
| 28 |
z-index: -1; /* Keep the background behind text */
|
| 29 |
}
|
| 30 |
.gradio-container {
|