Spaces:
Running
Running
Hide inactive Gradio status overlays
Browse files
app.py
CHANGED
|
@@ -971,6 +971,22 @@ CSS = """
|
|
| 971 |
color: #dbeafe !important;
|
| 972 |
opacity: 1 !important;
|
| 973 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 974 |
.gradio-container .eta-bar {
|
| 975 |
background: rgba(20, 184, 166, 0.18) !important;
|
| 976 |
opacity: 1 !important;
|
|
|
|
| 971 |
color: #dbeafe !important;
|
| 972 |
opacity: 1 !important;
|
| 973 |
}
|
| 974 |
+
.gradio-container [data-testid="status-tracker"].hide,
|
| 975 |
+
.gradio-container .wrap.default.full.hide {
|
| 976 |
+
background: transparent !important;
|
| 977 |
+
border: 0 !important;
|
| 978 |
+
color: transparent !important;
|
| 979 |
+
opacity: 0 !important;
|
| 980 |
+
visibility: hidden !important;
|
| 981 |
+
pointer-events: none !important;
|
| 982 |
+
}
|
| 983 |
+
.gradio-container [data-testid="status-tracker"].hide *,
|
| 984 |
+
.gradio-container .wrap.default.full.hide * {
|
| 985 |
+
background: transparent !important;
|
| 986 |
+
color: transparent !important;
|
| 987 |
+
opacity: 0 !important;
|
| 988 |
+
visibility: hidden !important;
|
| 989 |
+
}
|
| 990 |
.gradio-container .eta-bar {
|
| 991 |
background: rgba(20, 184, 166, 0.18) !important;
|
| 992 |
opacity: 1 !important;
|