Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cross-entropy-ai
/
rlcube
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a668dda
rlcube
/
src
/
app
/
globals.css
imwithye
add basic env
fc3783e
4 months ago
raw
Copy download link
history
blame
183 Bytes
@import
"tailwindcss"
;
::-webkit-scrollbar {
display
: none;
}
html
,
body
{
-ms-
overflow
-style: none;
scrollbar-width
: none;
height
:
100%
;
margin
:
0
;
overflow
: hidden;
}