Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -19,9 +19,9 @@ class GradioInterface:
|
|
19 |
lines=5
|
20 |
)
|
21 |
meta_prompt_choice = gr.Radio(
|
22 |
-
|
23 |
label="Choose Meta Prompt",
|
24 |
-
value=
|
25 |
elem_classes=["no-background", "radio-group"]
|
26 |
)
|
27 |
refine_button = gr.Button("Refine Prompt")
|
|
|
19 |
lines=5
|
20 |
)
|
21 |
meta_prompt_choice = gr.Radio(
|
22 |
+
metaprompt_list,
|
23 |
label="Choose Meta Prompt",
|
24 |
+
value=metaprompt_list[0],
|
25 |
elem_classes=["no-background", "radio-group"]
|
26 |
)
|
27 |
refine_button = gr.Button("Refine Prompt")
|