Yntec commited on
Commit
3acbc66
1 Parent(s): 43b42b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -111,8 +111,11 @@ with gr.Blocks(css=css) as myface:
111
  color: white !important;
112
  background-image: linear-gradient(#6d43e4, #8150df) !important;
113
  border-radius: 24px !important;
114
- border: 3px outset #c0a7ef;
115
- border-image-outset: linear-gradient(#8150df, #6d43e4) !important;
 
 
 
116
  padding: 6px 30px;
117
  }
118
  </style>""")
 
111
  color: white !important;
112
  background-image: linear-gradient(#6d43e4, #8150df) !important;
113
  border-radius: 24px !important;
114
+ border: 3px;
115
+ border-top-color: #ffffff;
116
+ border-right-color: #000000;
117
+ border-bottom-color: #000000;
118
+ border-left-color: #ffffff;
119
  padding: 6px 30px;
120
  }
121
  </style>""")