Yntec commited on
Commit
4c3ad44
1 Parent(s): 6cc3c12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,7 +52,7 @@ with gr.Blocks(css=css) as myface:
52
  color: #ffffff; !important;
53
  }
54
  .gradio-container {
55
- background-image: linear-gradient(#ff0000, 000000) !important;
56
  color: #ffaa66 !important;
57
  font-family: 'IBM Plex Sans', sans-serif !important;
58
  }
@@ -79,7 +79,7 @@ with gr.Blocks(css=css) as myface:
79
  gr.HTML("""<style> .gr-button {
80
  color: white !important;
81
  border-color: #ffffff !important;
82
- background: #000000 !important;
83
  }</style>""")
84
  run=gr.Button("Generate Image")
85
  with gr.Row():
 
52
  color: #ffffff; !important;
53
  }
54
  .gradio-container {
55
+ background-image: linear-gradient(#660099, #000000) !important;
56
  color: #ffaa66 !important;
57
  font-family: 'IBM Plex Sans', sans-serif !important;
58
  }
 
79
  gr.HTML("""<style> .gr-button {
80
  color: white !important;
81
  border-color: #ffffff !important;
82
+ background-image: linear-gradient(#000000, #660099) !important;
83
  }</style>""")
84
  run=gr.Button("Generate Image")
85
  with gr.Row():