Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -196,7 +196,7 @@ class GradioInterface:
|
|
196 |
.analysis-container::before { content: 'ANALYSIS & REFINEMENT'; }
|
197 |
.model-container::before { content: 'PROMPTS APPLICATION'; }
|
198 |
.results-container::before { content: 'RESULTS'; }
|
199 |
-
.examples-container::before { content: '
|
200 |
|
201 |
/* Radio group styling */
|
202 |
.radio-group {
|
|
|
196 |
.analysis-container::before { content: 'ANALYSIS & REFINEMENT'; }
|
197 |
.model-container::before { content: 'PROMPTS APPLICATION'; }
|
198 |
.results-container::before { content: 'RESULTS'; }
|
199 |
+
.examples-container::before { content: 'Examples'; }
|
200 |
|
201 |
/* Radio group styling */
|
202 |
.radio-group {
|