Update app.py
Browse files
app.py
CHANGED
@@ -140,8 +140,8 @@ h1, h2, p {
|
|
140 |
}
|
141 |
|
142 |
/* Targeting examples title specifically */
|
143 |
-
.gradio-container .gr-examples-title {
|
144 |
-
color: #333 !important; /*
|
145 |
}
|
146 |
|
147 |
/* Styling for the suggestions area to ensure it's dark */
|
@@ -149,6 +149,11 @@ h1, h2, p {
|
|
149 |
color: #333 !important; /* Ensure suggestions are visible in dark color */
|
150 |
}
|
151 |
|
|
|
|
|
|
|
|
|
|
|
152 |
.container {
|
153 |
max-width: 800px;
|
154 |
margin: 0 auto;
|
|
|
140 |
}
|
141 |
|
142 |
/* Targeting examples title specifically */
|
143 |
+
.gradio-container .gr-examples-title, .gradio-container .gr-examples-btn, .gradio-container .gr-suggestions {
|
144 |
+
color: #333 !important; /* Ensure examples title and suggestions are dark */
|
145 |
}
|
146 |
|
147 |
/* Styling for the suggestions area to ensure it's dark */
|
|
|
149 |
color: #333 !important; /* Ensure suggestions are visible in dark color */
|
150 |
}
|
151 |
|
152 |
+
/* For the example buttons as well */
|
153 |
+
.gradio-container .gr-examples-btn {
|
154 |
+
color: #333 !important; /* Ensure example buttons are visible in dark color */
|
155 |
+
}
|
156 |
+
|
157 |
.container {
|
158 |
max-width: 800px;
|
159 |
margin: 0 auto;
|