Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ def display_results(video_url, video_file, description):
|
|
129 |
css = """
|
130 |
body {
|
131 |
background-color: #ffffff;
|
132 |
-
background-image: radial-gradient(
|
133 |
background-size: 10px 10px;
|
134 |
background-repeat: repeat;
|
135 |
background-attachment: fixed;
|
|
|
129 |
css = """
|
130 |
body {
|
131 |
background-color: #ffffff;
|
132 |
+
background-image: radial-gradient(#eb5726 1px, transparent 1px)
|
133 |
background-size: 10px 10px;
|
134 |
background-repeat: repeat;
|
135 |
background-attachment: fixed;
|