Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
monra/freegpt-webui
storminstakk
/
freegpt-webui
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9824436
freegpt-webui
/
client
/
css
/
main.css
monra
Improve the user interface
f67971f
almost 2 years ago
raw
Copy download link
history
blame
Safe
133 Bytes
.main-container
{
display
: flex;
padding
:
var
(--section-gap);
height
:
100vh
;
justify-content
: center;
box-sizing
: border-box;
}