File size: 614 Bytes
a973b7e
6d5176d
a973b7e
 
 
9abd7a2
993f735
c8b96c8
ffade67
b66ee68
9abd7a2
1805dc1
a445e63
1805dc1
 
6537e7e
1805dc1
a973b7e
 
 
 
 
 
 
 
 
 
6537e7e
a973b7e
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#col-container {
  max-width: 800px;
  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%;
}
.filenameshow{
  height:100px;
}
.uploadbutton{
  height:42px;
}
#row-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.leftimage .rightimage{
  float:left;
  filter: drop-shadow(20px 20px 10px white);
}
.leftimage{
  padding-top:40px;
  margin-left:310px;
}
.rightimage{
  padding-top:40px;
  margin-right:320px;
}