AZLABS commited on
Commit
5595f8a
1 Parent(s): 248f920

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +12 -0
style.css ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #col-container {
2
+ max-width: 800px;
3
+ margin-left: auto;
4
+ margin-right: auto;
5
+ }
6
+ .heightfit{
7
+ height:120px;
8
+ }
9
+ gradio-app{
10
+ height: 100%;
11
+ width: 100%;
12
+ }