Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3937,7 +3937,10 @@ css = """
|
|
3937 |
}
|
3938 |
|
3939 |
body {
|
3940 |
-
background-
|
|
|
|
|
|
|
3941 |
color: #fff;
|
3942 |
}
|
3943 |
|
|
|
3937 |
}
|
3938 |
|
3939 |
body {
|
3940 |
+
background-image: url('your-image-url.jpg');
|
3941 |
+
background-size: cover;
|
3942 |
+
background-position: center;
|
3943 |
+
background-repeat: no-repeat;
|
3944 |
color: #fff;
|
3945 |
}
|
3946 |
|