Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ page_bg_img="""
|
|
28 |
<style>
|
29 |
[data-testid="stAppViewContainer"] {
|
30 |
background-image: url("https://i.pinimg.com/originals/d4/d7/2f/d4d72f71231ae5995e425b7a813d87f6.webp");
|
31 |
-
background-size:
|
32 |
}
|
33 |
|
34 |
[data-testid="stAppViewContainer"]::before {
|
|
|
28 |
<style>
|
29 |
[data-testid="stAppViewContainer"] {
|
30 |
background-image: url("https://i.pinimg.com/originals/d4/d7/2f/d4d72f71231ae5995e425b7a813d87f6.webp");
|
31 |
+
background-size: cover;
|
32 |
}
|
33 |
|
34 |
[data-testid="stAppViewContainer"]::before {
|