ChenyuRabbitLove commited on
Commit
2cd53e6
1 Parent(s): 6b407f4

fix: test bg in gradio container

Browse files
Files changed (1) hide show
  1. css/style.css +1 -1
css/style.css CHANGED
@@ -1,5 +1,5 @@
1
  .gradio-container {
2
- background: url('file=medias/bg_clear.png');
3
  background-size: cover;
4
  background-position: center center;
5
  background-repeat: no-repeat;
 
1
  .gradio-container {
2
+ background: url('https://storage.googleapis.com/wpassets.junyiacademy.org/1/2023/11/background-scaled.jpg');
3
  background-size: cover;
4
  background-position: center center;
5
  background-repeat: no-repeat;