Spaces:
Sleeping
Sleeping
Update News_app.py
Browse files- News_app.py +1 -1
News_app.py
CHANGED
|
@@ -31,7 +31,7 @@ def set_background(local_image_path):
|
|
| 31 |
<style>
|
| 32 |
.stApp {{
|
| 33 |
background-image: url("data:image/png;base64,{encoded_string}");
|
| 34 |
-
background-size:
|
| 35 |
background-position: center center;
|
| 36 |
background-repeat: no-repeat;
|
| 37 |
background-attachment: fixed;
|
|
|
|
| 31 |
<style>
|
| 32 |
.stApp {{
|
| 33 |
background-image: url("data:image/png;base64,{encoded_string}");
|
| 34 |
+
background-size: cover;
|
| 35 |
background-position: center center;
|
| 36 |
background-repeat: no-repeat;
|
| 37 |
background-attachment: fixed;
|