Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -116,10 +116,10 @@ def display_results(video_url, video_file, description):
|
|
116 |
# Custom CSS for additional styling
|
117 |
css = """
|
118 |
body {
|
119 |
-
background-image: radial-gradient(
|
120 |
-
background-size:
|
121 |
background-repeat: repeat;
|
122 |
-
animation: adjustHue
|
123 |
}
|
124 |
|
125 |
@keyframes adjustHue {
|
|
|
116 |
# Custom CSS for additional styling
|
117 |
css = """
|
118 |
body {
|
119 |
+
background-image: radial-gradient(#e83f07 1px, transparent 1px);
|
120 |
+
background-size: 10px 10px;
|
121 |
background-repeat: repeat;
|
122 |
+
animation: adjustHue 20s infinite linear;
|
123 |
}
|
124 |
|
125 |
@keyframes adjustHue {
|