Yntec commited on
Commit
5d74d30
1 Parent(s): d8cd107

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -108,8 +108,9 @@ with gr.Blocks(css=css) as myface:
108
  #will-change: transform,opacity !important;
109
  #z-index: 0 !important;
110
  gr.HTML("""<style> .gr-button {
111
- background-color: #8150df !important;
112
- color: #ffffff !important;
 
113
  }</style>""")
114
  run=gr.Button("Generate Image")
115
  with gr.Row():
 
108
  #will-change: transform,opacity !important;
109
  #z-index: 0 !important;
110
  gr.HTML("""<style> .gr-button {
111
+ color: white !important;
112
+ border-color: #ffffff !important;
113
+ background-image: linear-gradient(#000000, #660099) !important;
114
  }</style>""")
115
  run=gr.Button("Generate Image")
116
  with gr.Row():