Spaces:
Runtime error
Runtime error
martianband1t
commited on
Commit
•
62327d6
1
Parent(s):
c45843a
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ body, html {
|
|
15 |
}
|
16 |
body::before {
|
17 |
content: "";
|
18 |
-
background-image: url('favicon.jpg');
|
19 |
background-size: cover;
|
20 |
background-repeat: no-repeat;
|
21 |
background-attachment: fixed;
|
|
|
15 |
}
|
16 |
body::before {
|
17 |
content: "";
|
18 |
+
background-image: url('./favicon.jpg');
|
19 |
background-size: cover;
|
20 |
background-repeat: no-repeat;
|
21 |
background-attachment: fixed;
|