Alpaca-LoRA-Serve / styles.py
NeuralInternet's picture
Duplicate from chansung/Alpaca-LoRA-Serve
3ac5300
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
}
"""