jschwab21 commited on
Commit
8626179
·
verified ·
1 Parent(s): 0a7ab98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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(circle, #FF4500 3px, transparent 5px, #007FFF 7px, transparent 9px, #FF4500 11px, transparent 13px, #007FFF 15px, transparent 17px, #FF4500 19px, transparent 21px, #007FFF 23px, transparent 25px, #FF4500 27px, transparent 29px, #007FFF 31px, transparent 33px);
120
- background-size: 30px 30px;
121
  background-repeat: repeat;
122
- animation: adjustHue 10s infinite linear;
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 {