ashok2216 commited on
Commit
fd1ddbe
·
verified ·
1 Parent(s): 5c4d554

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,7 +13,7 @@ from data_integration import scrape_all_pages
13
  # return base64.b64encode(data).decode()
14
 
15
 
16
- #img = get_img_as_base64("image.jpg")
17
 
18
 
19
  page_bg_img = f"""
@@ -25,7 +25,7 @@ background-position: top left;
25
  background-repeat: no-repeat;
26
  background-attachment: local;
27
  }}
28
- background-image: url("data:image/png;base64,{img}");
29
  [data-testid="stSidebar"] > div:first-child {{
30
  background-position: center;
31
  background-repeat: no-repeat;
 
13
  # return base64.b64encode(data).decode()
14
 
15
 
16
+ #img = get_img_as_base64("image.jpg")background-image: url("data:image/png;base64,{img}");
17
 
18
 
19
  page_bg_img = f"""
 
25
  background-repeat: no-repeat;
26
  background-attachment: local;
27
  }}
28
+
29
  [data-testid="stSidebar"] > div:first-child {{
30
  background-position: center;
31
  background-repeat: no-repeat;