Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ class GradioInterface:
|
|
149 |
.title-container::before { content: ''; }
|
150 |
.input-container::before { content: 'PROMPT REFINEMENT'; }
|
151 |
.analysis-container::before { content: 'ANALYSIS & REFINEMENT'; }
|
152 |
-
.model-container::before { content: '
|
153 |
.results-container::before { content: 'RESULTS'; }
|
154 |
.examples-container::before { content: 'EXAMPLES'; }
|
155 |
|
|
|
149 |
.title-container::before { content: ''; }
|
150 |
.input-container::before { content: 'PROMPT REFINEMENT'; }
|
151 |
.analysis-container::before { content: 'ANALYSIS & REFINEMENT'; }
|
152 |
+
.model-container::before { content: 'MODEL APPLICATION'; }
|
153 |
.results-container::before { content: 'RESULTS'; }
|
154 |
.examples-container::before { content: 'EXAMPLES'; }
|
155 |
|