File size: 667 Bytes
0ea40d5
 
da684b4
 
 
0ea40d5
 
da684b4
 
 
0ea40d5
da684b4
 
 
 
 
 
 
 
 
 
 
 
642547d
 
 
 
 
 
 
 
 
 
da684b4
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


/* styles.css */
.gradio-container {
    max-width: 100% !important;
}

#chat-window {
    border: none !important;
    background-color: #ffffff !important;
}

/* Sidebar styling */
.secondary {
    background-color: #f0f4f9 !important;
    border-right: 1px solid #dee2e6 !important;
    padding: 20px !important;
}

/* Make buttons look like modern UI */
button.primary {
    background: #007bff !important;
    border: none !important;
}

/* Making sidebar items look professional and clickable */
.gr-dataset {
    cursor: pointer;
    border: none !important;
}

.gr-dataset:hover {
    background-color: #e8eaed !important;
}