baconnier commited on
Commit
8de21bb
1 Parent(s): ec08f4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,9 +19,9 @@ class GradioInterface:
19
  lines=5
20
  )
21
  meta_prompt_choice = gr.Radio(
22
- ["star","done","physics","morphosis", "verse", "phor","bolism","math","arpe"],
23
  label="Choose Meta Prompt",
24
- value="star",
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")