Alpaca-LoRA-Serve / styles.py
JohnTan38's picture
Duplicate from chansung/Alpaca-LoRA-Serve
630f532
raw
history blame contribute delete
No virus
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
}
"""