css = """ .message-row { justify-content: space-evenly !important; } .message-bubble-border { border-radius: 6px !important; } .message-buttons-bot, .message-buttons-user { right: 10px !important; left: auto !important; bottom: 2px !important; } .dark.message-bubble-border { border-color: #1b0f0f !important; } .dark.user { background: #140b0b !important; } .dark.assistant.dark, .dark.pending.dark { background: #0c0505 !important; } """ PLACEHOLDER = """
"""