NeonSamurai commited on
Commit
442157d
·
verified ·
1 Parent(s): 09fb40e

Update News_app.py

Browse files
Files changed (1) hide show
  1. 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: 92%;
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;