Change instruct html a bit
This commit is contained in:
parent
4a28f39823
commit
8cd899515e
1 changed files with 9 additions and 5 deletions
|
@ -42,15 +42,19 @@
|
|||
color: rgb(110, 110, 110) !important;
|
||||
}
|
||||
|
||||
.assistant-message {
|
||||
.gradio-container .chat .assistant-message {
|
||||
padding: 15px;
|
||||
border-radius: 20px;
|
||||
background-color: #0000000f;
|
||||
margin-bottom: 17.5px;
|
||||
}
|
||||
|
||||
.user-message {
|
||||
.gradio-container .chat .user-message {
|
||||
padding: 15px;
|
||||
background-color: #f1f1f1;
|
||||
border-radius: 20px;
|
||||
margin-bottom: 17.5px !important;
|
||||
}
|
||||
|
||||
.dark .user-message {
|
||||
background-color: #ffffff1a;
|
||||
.dark .chat .assistant-message {
|
||||
background-color: #ffffff21;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue