SachaDee commited on
Commit
91dbd2d
·
verified ·
1 Parent(s): 0a35c03

Update app.css

Browse files
Files changed (1) hide show
  1. app.css +11 -0
app.css CHANGED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .gradio-container {
2
+ max-width: 1200px !important;
3
+ margin-left: auto !important;
4
+ margin-right: auto !important;
5
+ }
6
+
7
+ .contain {
8
+ display: flex !important;
9
+ flex-direction: row !important;
10
+ flex-wrap: nowrap !important;
11
+ }