KingNish commited on
Commit
bf45b85
1 Parent(s): 9d56b62

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +7 -0
style.css ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ .gradio-container {
2
+ max-width: 800px !important;
3
+ }
4
+
5
+ #video_output {
6
+ margin: 0 auto
7
+ }