Yntec commited on
Commit
2a6c897
1 Parent(s): 024d672

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks(css=css) as myface:
50
  color: #ffffff; !important;
51
  }
52
  .gradio-container {
53
- background-image: linear-gradient(#254150, #1e3140, #182634) !important;
54
  color: #ffaa66 !important;
55
  font-family: 'IBM Plex Sans', sans-serif !important;
56
  }
@@ -58,7 +58,7 @@ with gr.Blocks(css=css) as myface:
58
  color: #ffc99f !important;
59
  }
60
  .gr-box {
61
- background-image: linear-gradient(#182634, #1e3140, #254150) !important;
62
  border-top-color: #000000 !important;
63
  border-right-color: #ffffff !important;
64
  border-bottom-color: #ffffff !important;
 
50
  color: #ffffff; !important;
51
  }
52
  .gradio-container {
53
+ background-image: linear-gradient(#254150, #1e2f40, #182634) !important;
54
  color: #ffaa66 !important;
55
  font-family: 'IBM Plex Sans', sans-serif !important;
56
  }
 
58
  color: #ffc99f !important;
59
  }
60
  .gr-box {
61
+ background-image: linear-gradient(#182634, #1e2f40, #254150) !important;
62
  border-top-color: #000000 !important;
63
  border-right-color: #ffffff !important;
64
  border-bottom-color: #ffffff !important;