Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ def display_results(video_url, video_file, description):
|
|
117 |
css = """
|
118 |
body {
|
119 |
background-color: #ffffff;
|
120 |
-
background-image: radial-gradient(#
|
121 |
background-size: 10px 10px;
|
122 |
background-repeat: repeat;
|
123 |
background-attachment: fixed;
|
|
|
117 |
css = """
|
118 |
body {
|
119 |
background-color: #ffffff;
|
120 |
+
background-image: radial-gradient(#e83f07 2px, transparent 1px);
|
121 |
background-size: 10px 10px;
|
122 |
background-repeat: repeat;
|
123 |
background-attachment: fixed;
|