Make chat mode more like cai

This commit is contained in:
oobabooga 2023-01-15 18:16:46 -03:00
parent 9f1b6e0398
commit e6691bd920
3 changed files with 27 additions and 29 deletions

View file

@ -166,7 +166,7 @@ def generate_chat_html(history, name1, name2):
margin-left: auto;
margin-right: auto;
max-width: 800px;
height: 50vh;
height: 66.67vh;
overflow-y: auto;
padding-right: 20px;
display: flex;