File size: 868 Bytes
80cf914
 
 
 
 
6d0f180
 
 
 
 
a339cb5
80cf914
 
6d0f180
a339cb5
80cf914
 
 
 
 
 
0760fc8
 
 
 
 
 
 
 
 
80cf914
 
0760fc8
80cf914
147a7ea
80cf914
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
49
50
h1 {
  text-align: center;
  display: block;
}

H3 {
color:#FFFFFF;
  text-align: center;
  display: block;
}
#gr.Button {
  margin: auto;
  color: #fff;
  background: #CCCC00;
  border-radius: 25px;
}

.gradio-container {
  max-width: 730px !important;
  margin: auto;
  padding-top: 1.5rem;
margin-left: 2px;
margin-right:2px;
min-width: 600px;
 background: #43094F;
 background: radial-gradient(ellipse farthest-corner at center center, #43094F 20%, #040000 96%);
 padding:20px;
color:#FFFFFF;
  border-radius: 25px;
  border: 1px solid #FFFFFF;  
}


#title-container {
   color:#FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Adjust this value to position the title vertically */
  }

#title {
    font-size: 3em;
    text-align: center;
    background: transparent;
  }

#subtitle {
  text-align: center;
}