monra's picture
Synced repo using 'sync_with_huggingface' Github Action
f044b10
raw
history blame
No virus
188 Bytes
.typing {
position: absolute;
top: -25px;
left: 0;
font-size: 14px;
animation: show_popup 0.4s;
}
.typing-hiding {
animation: hide_popup 0.4s;
}
.typing-hidden {
display: none;
}