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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -112,6 +112,7 @@ with gr.Blocks(css=css) as myface:
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>""")
 
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>""")