aryan79 commited on
Commit
af8a51b
·
verified ·
1 Parent(s): a34f9ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -15
app.py CHANGED
@@ -135,25 +135,12 @@ body {
135
  h1, h2, p {
136
  color: #333; /* Darker color for better visibility */
137
  }
138
- .examples, .examples li, .suggestions, .examples-container, .gradio-container .gr-examples-btn {
139
- color: #333 !important; /* Force dark color for examples and suggestions */
140
- }
141
 
142
- /* Force color for example title */
143
  .gradio-container .gr-examples-title,
144
- .gradio-container .gr-examples-btn {
145
- color: #333 !important;
146
- }
147
-
148
- /* Make sure example suggestions also have the right color */
149
  .gradio-container .gr-examples-btn,
150
  .gradio-container .gr-suggestions li {
151
- color: #333 !important;
152
- }
153
-
154
- /* For the example buttons as well */
155
- .gradio-container .gr-examples-btn {
156
- color: #333 !important; /* Ensure example buttons are visible in dark color */
157
  }
158
 
159
  .container {
 
135
  h1, h2, p {
136
  color: #333; /* Darker color for better visibility */
137
  }
 
 
 
138
 
139
+ /* Example sections with stronger targeting */
140
  .gradio-container .gr-examples-title,
 
 
 
 
 
141
  .gradio-container .gr-examples-btn,
142
  .gradio-container .gr-suggestions li {
143
+ color: #333 !important; /* Force dark color for examples and suggestions */
 
 
 
 
 
144
  }
145
 
146
  .container {