Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
webml-community
/
conversational-webgpu
like
137
Running
App
Files
Files
Community
4
271af08
conversational-webgpu
/
src
/
index.css
Xenova
HF Staff
Delete public (
#1
)
022e8a2
verified
6 days ago
raw
Copy download link
history
blame
Safe
154 Bytes
@import
"tailwindcss"
;
@keyframes
ripple {
from
{
transform
:
scale
(
1
);
opacity
:
0.7
;
}
to
{
transform
:
scale
(
2
);
opacity
:
0
;
}
}