Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
johnnyclem/conversational-webgpu
johnnyclem
/
convo
like
0
Running
App
Files
Files
Community
main
convo
/
src
/
index.css
Xenova
HF Staff
Delete public (#1)
022e8a2
verified
about 1 year ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
154 Bytes
@import
"tailwindcss"
;
@keyframes
ripple {
from
{
transform
:
scale
(
1
);
opacity
:
0.7
;
}
to
{
transform
:
scale
(
2
);
opacity
:
0
;
}
}