Yntec commited on
Commit
3d28ae1
1 Parent(s): 7e8dde3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -110,8 +110,8 @@ with gr.Blocks(css=css) as myface:
110
  gr.HTML("""<style> .gr-button {
111
  color: white !important;
112
  background-image: linear-gradient(#6d43e4, #8150df) !important;
113
- border-radius: 3px !important;
114
- border: 12px outset #6d43e4;
115
  padding: 6px 30px;
116
  }
117
  </style>""")
 
110
  gr.HTML("""<style> .gr-button {
111
  color: white !important;
112
  background-image: linear-gradient(#6d43e4, #8150df) !important;
113
+ border-radius: 24px !important;
114
+ border: 3px outset #c0a7ef;
115
  padding: 6px 30px;
116
  }
117
  </style>""")