TejAndrewsACC commited on
Commit
c59fafb
·
verified ·
1 Parent(s): abbece3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -3937,7 +3937,10 @@ css = """
3937
  }
3938
 
3939
  body {
3940
- background-color: #87CEEB;
 
 
 
3941
  color: #fff;
3942
  }
3943
 
 
3937
  }
3938
 
3939
  body {
3940
+ background-image: url('your-image-url.jpg');
3941
+ background-size: cover;
3942
+ background-position: center;
3943
+ background-repeat: no-repeat;
3944
  color: #fff;
3945
  }
3946