JHyeon commited on
Commit
dfe29bf
1 Parent(s): bcb7b3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ def play_video():
5
 
6
  css = """
7
  video {
8
- width: 90% !important;
9
  height: auto !important;
10
  }
11
  """
 
5
 
6
  css = """
7
  video {
8
+ width: 100% !important;
9
  height: auto !important;
10
  }
11
  """