mgokg commited on
Commit
005a862
·
verified ·
1 Parent(s): 9d6db4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,7 +179,7 @@ stream = Stream(
179
  )
180
 
181
  css = """
182
- #video-source {max-width: 500px !important; max-height: 500px !important; background-color: #131313 }
183
  #video-source video {
184
  background-color: black !important;
185
  }
 
179
  )
180
 
181
  css = """
182
+ #video-source {max-width: 500px !important; max-height: 500px !important; background-color: #111111 }
183
  #video-source video {
184
  background-color: black !important;
185
  }