robertselvam commited on
Commit
263ba3f
·
1 Parent(s): e989038

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +20 -0
style.css ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ %%writefile style.css
2
+ #col-container {
3
+ max-width: 900px;
4
+ margin-left: auto;
5
+ margin-right: auto;
6
+ }
7
+ gradio-app{
8
+ background: rgb(153,0,255);
9
+ background: radial-gradient(circle, rgba(153,0,255,1) 0%, rgba(9,15,121,1) 96%, rgba(2,0,36,1) 100%) !important;
10
+ height: 100%;
11
+ width: 100%;
12
+ }
13
+ #row-flex {
14
+ display: flex;
15
+ align-items: center;
16
+ justify-content: center;
17
+ }
18
+ .filenameshow{
19
+ height:55px;
20
+ }