Spaces:
Sleeping
Sleeping
File size: 929 Bytes
ad7260a 8ffffbf ad7260a 8ffffbf ad7260a 8ffffbf |
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 |
h1 {
text-align: center;
color: #1565c0;
}
#duplicate-button {
margin: auto;
color: white;
background: #1565c0;
border-radius: 50px;
}
#component-0 {
max-width: 900px;
margin: auto;
padding-top: 1.5rem;
}
#chatbot {
background: #f9f9f9;
border-radius: 8px;
padding: 1rem;
}
#chatbot .gr-message-user {
background-color: #e3f2fd;
border-radius: 8px;
}
#chatbot .gr-message-bot {
background-color: #bbdefb;
border-radius: 8px;
}
.gr-input-group input, .gr-input-group textarea {
border-radius: 8px;
}
.gr-input-group .gr-button-primary {
background-color: #1565c0;
color: white;
border-radius: 8px;
}
.gr-input-group .gr-button-secondary {
background-color: #eeeeee;
color: #1565c0;
border-radius: 8px;
}
#advanced-options .gr-accordion-label {
color: #1565c0;
}
.gr-slider-container .gr-slider-label {
color: #1565c0;
}
|