Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -37,6 +37,7 @@ blue_ui_css = """
|
|
37 |
.gradio-container .tabs button {
|
38 |
background-color: transparent !important;
|
39 |
background: transparent !important;
|
|
|
40 |
border: none !important;
|
41 |
border-bottom: 2px solid transparent !important;
|
42 |
transition: all 0.3s ease !important;
|
@@ -85,12 +86,13 @@ blue_ui_css = """
|
|
85 |
border-bottom: 2px solid #667eea !important;
|
86 |
}
|
87 |
|
88 |
-
/* Ensure all tab buttons are visible */
|
89 |
.gradio-container [data-testid="tab"] button,
|
90 |
.gradio-container .tab button,
|
91 |
.gradio-container [role="tablist"] button {
|
92 |
background-color: transparent !important;
|
93 |
background: transparent !important;
|
|
|
94 |
border: none !important;
|
95 |
border-bottom: 2px solid transparent !important;
|
96 |
display: block !important;
|
|
|
37 |
.gradio-container .tabs button {
|
38 |
background-color: transparent !important;
|
39 |
background: transparent !important;
|
40 |
+
color: black !important;
|
41 |
border: none !important;
|
42 |
border-bottom: 2px solid transparent !important;
|
43 |
transition: all 0.3s ease !important;
|
|
|
86 |
border-bottom: 2px solid #667eea !important;
|
87 |
}
|
88 |
|
89 |
+
/* Ensure all tab buttons are visible with black text */
|
90 |
.gradio-container [data-testid="tab"] button,
|
91 |
.gradio-container .tab button,
|
92 |
.gradio-container [role="tablist"] button {
|
93 |
background-color: transparent !important;
|
94 |
background: transparent !important;
|
95 |
+
color: black !important;
|
96 |
border: none !important;
|
97 |
border-bottom: 2px solid transparent !important;
|
98 |
display: block !important;
|