File size: 1,416 Bytes
0eeee8c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.message {
    display: grid;
    grid-template-columns: 60px 1fr;
    padding-bottom: 25px;
    font-size: 15px;
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    line-height: 22px;
}

.username {
    display: none;
}

.message-body p, .message-body li {
    font-size: 15px !important;
    line-height: 22.5px !important;
}

.message-body p, .chat .message-body ul, .chat .message-body ol {
    margin-bottom: 23.4375px !important;
}

.message-body p:last-child, .chat .message-body ul:last-child, .chat .message-body ol:last-child {
    margin-bottom: 0 !important;
}

.dark .message-body p em {
    color: rgb(198 202 214) !important;
}

.message-body p em {
    color: rgb(110 110 110) !important;
}

.gradio-container .chat .assistant-message {
    padding: 20px;
    border-radius: 20px;
    background-color: #0000000f;
    margin-top: 9px !important;
    margin-bottom: 18px !important;
}

.gradio-container .chat .user-message {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 9px !important;
}

.gradio-container .chat .assistant-message:last-child, .gradio-container .chat .user-message:last-child {
    margin-bottom: 0 !important;
}

.dark .chat .assistant-message {
    background-color: #1f2937;
}

.dark .chat .user-message {
    background-color: transparent;
}

code {
    background-color: white !important;
}

.dark code {
    background-color: #0e1321 !important;
}