Spaces:
Running
Running
Update app.py
Browse files
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>""")
|