File size: 436 Bytes
b7cef43
 
1f66542
158fb03
 
1f66542
 
b7cef43
 
 
 
158fb03
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1f66542
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
h1 {
  text-align: center;
  display: block;
}

.gradio-container {
  max-width: 730px !important;
  margin: auto;
  padding-top: 1.5rem;
}

#title-container {
    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;
}