change1
Browse files- app.py +0 -1
- custom_styles.css +3 -2
app.py
CHANGED
@@ -81,4 +81,3 @@ with gr.Blocks(theme=gr.themes.Soft(), css="./custom_styles.css") as interface:
|
|
81 |
|
82 |
# 启动界面
|
83 |
interface.launch()
|
84 |
-
|
|
|
81 |
|
82 |
# 启动界面
|
83 |
interface.launch()
|
|
custom_styles.css
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
/* Center align Submit and Clear buttons */
|
2 |
-
#render {background: hsl(262, 57%, 88%);
|
3 |
-
color: hsl(0, 91%, 69%);
|
|
|
4 |
|
5 |
.custom-submit {
|
6 |
background-color: hsl(240, 38%, 55%) !important;
|
|
|
1 |
/* Center align Submit and Clear buttons */
|
2 |
+
#render {background: hsl(262, 57%, 88%) !important;
|
3 |
+
color: hsl(0, 91%, 69%)!important;
|
4 |
+
}
|
5 |
|
6 |
.custom-submit {
|
7 |
background-color: hsl(240, 38%, 55%) !important;
|