ashok2216 commited on
Commit
055aa30
·
verified ·
1 Parent(s): 052c8b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,6 +14,7 @@ from data_integration import scrape_all_pages
14
 
15
 
16
  #img = get_img_as_base64("image.jpg")
 
17
  #https://images.unsplash.com/photo-1501426026826-31c667bdf23d
18
  page_bg_img = f"""
19
  <style>
@@ -26,7 +27,6 @@ background-attachment: local;
26
  }}
27
 
28
  [data-testid="stSidebar"] > div:first-child {{
29
- #background-image: url("data:image/png;base64,{img}");
30
  background-position: center;
31
  background-repeat: no-repeat;
32
  background-attachment: fixed;
 
14
 
15
 
16
  #img = get_img_as_base64("image.jpg")
17
+ #background-image: url("data:image/png;base64,{img}");
18
  #https://images.unsplash.com/photo-1501426026826-31c667bdf23d
19
  page_bg_img = f"""
20
  <style>
 
27
  }}
28
 
29
  [data-testid="stSidebar"] > div:first-child {{
 
30
  background-position: center;
31
  background-repeat: no-repeat;
32
  background-attachment: fixed;