Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ class GradioInterface:
|
|
156 |
.title-container::before { content: ''; }
|
157 |
.input-container::before { content: 'PROMPT REFINEMENT'; }
|
158 |
.analysis-container::before { content: 'ANALYSIS & REFINEMENT'; }
|
159 |
-
.model-container::before { content: '
|
160 |
.results-container::before { content: 'RESULTS'; }
|
161 |
.examples-container::before { content: 'EXAMPLES'; }
|
162 |
|
@@ -263,6 +263,7 @@ input[type="radio"]:checked::after {
|
|
263 |
apply_button = gr.Button("Apply MetaPrompt")
|
264 |
|
265 |
# with gr.Column(elem_classes=["container", "results-container"]):
|
|
|
266 |
with gr.Tabs():
|
267 |
with gr.TabItem("Original Prompt Output"):
|
268 |
original_output = gr.Markdown()
|
|
|
156 |
.title-container::before { content: ''; }
|
157 |
.input-container::before { content: 'PROMPT REFINEMENT'; }
|
158 |
.analysis-container::before { content: 'ANALYSIS & REFINEMENT'; }
|
159 |
+
.model-container::before { content: 'PROMPTS APPLICATION'; }
|
160 |
.results-container::before { content: 'RESULTS'; }
|
161 |
.examples-container::before { content: 'EXAMPLES'; }
|
162 |
|
|
|
263 |
apply_button = gr.Button("Apply MetaPrompt")
|
264 |
|
265 |
# with gr.Column(elem_classes=["container", "results-container"]):
|
266 |
+
gr.Markdown("### Prompts on choosen model")
|
267 |
with gr.Tabs():
|
268 |
with gr.TabItem("Original Prompt Output"):
|
269 |
original_output = gr.Markdown()
|