File size: 497 Bytes
761e1a0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
h1, h2, h3 {
    text-align: center;
    display:block;
}

/* Hide sort buttons at gr.DataFrame */
.sort-button {
    display: none !important;
}

.user-row * {
    background-color: black !important;
    border-color: var(--primary-400) !important;
    color: white !important;
    border-radius: 22px 22px 0 22px !important;
}

.bot-row * {
    background-color: black !important;
    border-color: white !important;
    color: white !important;
    border-radius: 22px 22px 22px 0 !important;
}