Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -144,7 +144,7 @@ class GradioInterface:
|
|
| 144 |
value="meta-llama/Meta-Llama-3-70B-Instruct",
|
| 145 |
label="Choose the Model to apply to the prompts (the one you will used)"
|
| 146 |
)
|
| 147 |
-
apply_button = gr.Button("Apply
|
| 148 |
|
| 149 |
with gr.Tab("Original Prompt Output"):
|
| 150 |
# gr.Markdown("### Original Prompt Output")
|
|
|
|
| 144 |
value="meta-llama/Meta-Llama-3-70B-Instruct",
|
| 145 |
label="Choose the Model to apply to the prompts (the one you will used)"
|
| 146 |
)
|
| 147 |
+
apply_button = gr.Button("Apply MetaPrompt")
|
| 148 |
|
| 149 |
with gr.Tab("Original Prompt Output"):
|
| 150 |
# gr.Markdown("### Original Prompt Output")
|