File size: 435 Bytes
bbe05a0
 
 
 
 
 
 
ca662db
908984c
 
 
bbe05a0
 
 
 
 
 
 
 
 
 
 
 
 
 
557b080
 
 
 
bbe05a0
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
custom_css = """

/* Full width space */
.gradio-container {
  max-width: 95%;
}

#category_selector {
    width: 25% !important; /* Adjust width as needed */
}

/* Text tyle and margins */
.markdown-text {
  font-size: 17px !important;
}

.tab-buttons button {
  font-size: 20px;
}

h1 {
  font-size: 32px !important;
  margin-top: 0px !important;
}

.category_selector {
    width: 25% !important; /* Adjust width as needed */
}

"""