Spaces:
Build error
Build error
| .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 ; | |
| line-height: 22.5px ; | |
| } | |
| .message-body p, .chat .message-body ul, .chat .message-body ol { | |
| margin-bottom: 23.4375px ; | |
| } | |
| .message-body p:last-child, .chat .message-body ul:last-child, .chat .message-body ol:last-child { | |
| margin-bottom: 0 ; | |
| } | |
| .dark .message-body p em { | |
| color: rgb(198 202 214) ; | |
| } | |
| .message-body p em { | |
| color: rgb(110 110 110) ; | |
| } | |
| .gradio-container .chat .assistant-message { | |
| padding: 20px; | |
| border-radius: 20px; | |
| background-color: #0000000f; | |
| margin-top: 9px ; | |
| margin-bottom: 18px ; | |
| } | |
| .gradio-container .chat .user-message { | |
| padding: 20px; | |
| border-radius: 20px; | |
| margin-bottom: 9px ; | |
| } | |
| .gradio-container .chat .assistant-message:last-child, .gradio-container .chat .user-message:last-child { | |
| margin-bottom: 0 ; | |
| } | |
| .dark .chat .assistant-message { | |
| background-color: #1f2937; | |
| } | |
| .dark .chat .user-message { | |
| background-color: transparent; | |
| } | |
| code { | |
| background-color: white ; | |
| } | |
| .dark code { | |
| background-color: #0e1321 ; | |
| } |