Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
AchyuthGamer/OpenGPT-old
brunodoti
/
OpenGPT
like
0
Runtime error
App
Files
Files
Community
9eb7521
OpenGPT
/
client
/
css
/
typing.css
AchyuthGamer
Duplicate from AchyuthGamer/Neonaa
0c4cce1
about 1 year 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;
}