Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -10,7 +10,7 @@ page_bg_img = f"""
|
|
10 |
<style>
|
11 |
[data-testid="stAppViewContainer"] > .main {{
|
12 |
background-image: url("https://i.ibb.co/0m0ZYt6/books-assortment-with-dark-background.jpg");
|
13 |
-
background-size:
|
14 |
background-position: top left;
|
15 |
background-repeat: no-repeat;
|
16 |
background-attachment: local;
|
|
|
10 |
<style>
|
11 |
[data-testid="stAppViewContainer"] > .main {{
|
12 |
background-image: url("https://i.ibb.co/0m0ZYt6/books-assortment-with-dark-background.jpg");
|
13 |
+
background-size: 110%;
|
14 |
background-position: top left;
|
15 |
background-repeat: no-repeat;
|
16 |
background-attachment: local;
|