Spaces:
Running
Running
ChenyuRabbitLove
commited on
Commit
•
ddb8489
1
Parent(s):
7f3a925
fix: fix medias path
Browse files- css/style.css +1 -1
css/style.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
.gradio-container {
|
2 |
-
background: url('file=
|
3 |
background-size: cover;
|
4 |
background-position: center center;
|
5 |
background-repeat: no-repeat;
|
|
|
1 |
.gradio-container {
|
2 |
+
background: url('file=medias/bg_clear.png'), linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
|
3 |
background-size: cover;
|
4 |
background-position: center center;
|
5 |
background-repeat: no-repeat;
|