ashok2216 commited on
Commit
b492c2a
·
verified ·
1 Parent(s): d3443d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -20,10 +20,9 @@ page_bg_img = f"""
20
  <style>
21
  [data-testid="stAppViewContainer"] > .main {{
22
  background-image: url("https://i.pinimg.com/originals/6f/6c/15/6f6c1538b050072b002dbc06bedaaf90.jpg");
23
- background-size: 180%;
24
- background-position: top left;
25
  background-repeat: no-repeat;
26
- background-attachment: local;
27
  }}
28
 
29
  [data-testid="stSidebar"] > div:first-child {{
 
20
  <style>
21
  [data-testid="stAppViewContainer"] > .main {{
22
  background-image: url("https://i.pinimg.com/originals/6f/6c/15/6f6c1538b050072b002dbc06bedaaf90.jpg");
23
+ background-size: cover;
24
+ background-position: center;
25
  background-repeat: no-repeat;
 
26
  }}
27
 
28
  [data-testid="stSidebar"] > div:first-child {{