File size: 437 Bytes
5400c2e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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

    .gr-button {
        border-radius: 8px;
        padding: 10px 20px;
    }
    
    .gr-button:hover {
        background-color: #2c5282;
        color: white;
    }
    
    .message {
        padding: 15px;
        border-radius: 10px;
        margin: 5px 0;
    }
    
    .user-message {
        background-color: #e2e8f0;
    }
    
    .assistant-message {
        background-color: #ebf8ff;
    }