LLM-As-Chatbot / styles.py
chansung's picture
initial checkin
72b3164
raw
history blame
209 Bytes
PARENT_BLOCK_CSS = """
#col_container {
width: 95%;
margin-left: auto;
margin-right: auto;
}
#chatbot {
height: 500px;
overflow: auto;
}
.chat_wrap_space {
margin-left: 0.5em
}
"""