Spaces:
Runtime error
Runtime error
martianband1t
commited on
Commit
•
58180cf
1
Parent(s):
0ab4734
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ body, html {
|
|
14 |
}
|
15 |
.container {
|
16 |
min-height: 100%;
|
17 |
-
background-image: url('favicon.jpg'); /* Remplacez 'path_to_your_image.jpg' par le chemin de votre image */
|
18 |
background-position: center;
|
19 |
background-repeat: no-repeat;
|
20 |
background-size: cover;
|
|
|
14 |
}
|
15 |
.container {
|
16 |
min-height: 100%;
|
17 |
+
background-image: url('./favicon.jpg'); /* Remplacez 'path_to_your_image.jpg' par le chemin de votre image */
|
18 |
background-position: center;
|
19 |
background-repeat: no-repeat;
|
20 |
background-size: cover;
|