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