Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ruslanmv/ollama-webui
RAHMAN00700
/
Rahmans_LLM-Chat
like
2
Sleeping
App
Files
Files
Community
1a1b743
Rahmans_LLM-Chat
/
client
/
css
/
typing.css
ruslanmv
First commit
d7738e9
6 months ago
raw
Copy download link
history
blame
Safe
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;
}