File size: 406 Bytes
263ba3f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1670ffc
263ba3f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
%%writefile style.css
#col-container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
gradio-app{
  background: rgb(153,0,255);
  background: radial-gradient(circle, rgba(153,0,255,1) 0%, rgba(9,15,121,1) 96%, rgba(2,0,36,1) 100%) !important;
  height: 100%;
  width: 100%;
}
#row-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.filenameshow{
  height:85px;
}