Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ class GradioInterface:
|
|
133 |
box-shadow: none !important;
|
134 |
}
|
135 |
|
136 |
-
.title-container::before { content: '
|
137 |
.input-container::before { content: 'PROMPT REFINEMENT'; }
|
138 |
.analysis-container::before { content: 'ANALYSIS & REFINEMENT'; }
|
139 |
.model-container::before { content: 'MODEL APPLICATION'; }
|
|
|
133 |
box-shadow: none !important;
|
134 |
}
|
135 |
|
136 |
+
.title-container::before { content: ''; }
|
137 |
.input-container::before { content: 'PROMPT REFINEMENT'; }
|
138 |
.analysis-container::before { content: 'ANALYSIS & REFINEMENT'; }
|
139 |
.model-container::before { content: 'MODEL APPLICATION'; }
|