ashok2216 commited on
Commit
c664680
·
verified ·
1 Parent(s): f1275c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,11 +14,11 @@ from data_integration import scrape_all_pages
14
 
15
 
16
  #img = get_img_as_base64("image.jpg")
17
-
18
  page_bg_img = f"""
19
  <style>
20
  [data-testid="stAppViewContainer"] > .main {{
21
- background-image: url("https://images.unsplash.com/photo-1501426026826-31c667bdf23d");
22
  background-size: 180%;
23
  background-position: top left;
24
  background-repeat: no-repeat;
 
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>
20
  [data-testid="stAppViewContainer"] > .main {{
21
+ background-image: url("https://unsplash.com/photos/a-pink-and-blue-abstract-background-with-lines-sHRYAZXYJ2s");
22
  background-size: 180%;
23
  background-position: top left;
24
  background-repeat: no-repeat;