Yntec commited on
Commit
50e8c0c
1 Parent(s): 809c14f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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(#303e46, #24323a, #1e262e) !important;
54
  color: #ffaa66 !important;
55
  font-family: 'IBM Plex Sans', sans-serif !important;
56
  }
@@ -58,15 +58,15 @@ with gr.Blocks(css=css) as myface:
58
  color: #ffc99f !important;
59
  }
60
  .gr-box {
61
- background-image: linear-gradient(#1e262e, #24323a, #303e46) !important;
62
  border-top-color: #000000 !important;
63
  border-right-color: #ffffff !important;
64
  border-bottom-color: #ffffff !important;
65
  border-left-color: #000000 !important;
66
  }
67
  .gr-input {
68
- color: #ffffff; !important;
69
- background-color: #303e46 !important;
70
  }
71
  :root {
72
  --neutral-100: #000000 !important;
 
50
  color: #ffffff; !important;
51
  }
52
  .gradio-container {
53
+ background-image: linear-gradient(#254150, #24323a, #1e262e) !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(#1e262e, #24323a, #254150) !important;
62
  border-top-color: #000000 !important;
63
  border-right-color: #ffffff !important;
64
  border-bottom-color: #ffffff !important;
65
  border-left-color: #000000 !important;
66
  }
67
  .gr-input {
68
+ color: #ffc99f; !important;
69
+ background-color: #254150 !important;
70
  }
71
  :root {
72
  --neutral-100: #000000 !important;