Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Yntec/ToyWorld
Rifd
/
Sdallmodels
like
5
Runtime error
App
Files
Files
Community
Yntec
commited on
Aug 14, 2023
Commit
6adafa2
•
1 Parent(s):
5bcf65c
Update style.css
Browse files
Files changed (1)
hide
show
style.css
+3
-5
style.css
CHANGED
Viewed
@@ -1,5 +1,3 @@
1
-
.
gr
-
button
{
2
-
color
:
white
;
3
-
border-color: #ffffff;
4
-
background: #000000;
5
-
}
1
+
.
gradio
-
container
{
2
+
background-image
:
linear-gradient(#660099, #000000) !important
;
3
+
}