Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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://
|
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;
|