Yntec commited on
Commit
efc6e4d
1 Parent(s): 54c92fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -97,10 +97,10 @@ with gr.Blocks(css=css) as myface:
97
  background-image: linear-gradient(#76635a, #d2a489) !important;
98
  border-radius: 24px !important;
99
  border: solid 1px !important;
100
- border-top-color: #ffffff !important;
101
  border-right-color: #000000 !important;
102
  border-bottom-color: #000000 !important;
103
- border-left-color: #ffffff !important;
104
  padding: 6px 30px;
105
  }
106
 
 
97
  background-image: linear-gradient(#76635a, #d2a489) !important;
98
  border-radius: 24px !important;
99
  border: solid 1px !important;
100
+ border-top-color: #ffc99f !important;
101
  border-right-color: #000000 !important;
102
  border-bottom-color: #000000 !important;
103
+ border-left-color: #ffc99f !important;
104
  padding: 6px 30px;
105
  }
106