File size: 790 Bytes
afb531e
 
 
 
 
 
 
 
052fc41
afb531e
052fc41
 
 
 
 
 
afb531e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#col-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.heightfit{
  height:120px;
}
/* gradio-app{
  background:url("file=bg.png") !important;
} */
gradio-app{
  background: rgb(153,0,255);
  background-image: 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;
}
.leftimage .rightimage{
  float:left;
}
.leftimage{
  padding-top:27px;
  margin-left:210px;
}
.rightimage{
  margin-right:210px;
  margin-top:15px;
}
a,
a:hover,
a:visited {
  text-decoration-line: underline;
  font-weight: 600;
  color: #1f2937 !important;
}

.dark a,
.dark a:hover,
.dark a:visited {
  color: #f3f4f6 !important;
}