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

Update app.py

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