Yntec commited on
Commit
15a95ab
1 Parent(s): d824034

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -52,6 +52,7 @@ with gr.Blocks(css=css) as myface:
52
  color: #ffffff; !important;
53
  }
54
  .gradio-container {
 
55
  color: #ffaa66 !important;
56
  font-family: 'IBM Plex Sans', sans-serif !important;
57
  }
 
52
  color: #ffffff; !important;
53
  }
54
  .gradio-container {
55
+ background-image: linear-gradient(red, yellow) !important;
56
  color: #ffaa66 !important;
57
  font-family: 'IBM Plex Sans', sans-serif !important;
58
  }