baconnier commited on
Commit
f8792c0
1 Parent(s): 580a488

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ class GradioInterface:
113
  with gr.Accordion("Meta Prompt explanation", open=False):
114
  gr.Markdown(explanation_markdown)
115
  with gr.Row():
116
- meta_prompt_choice = gr.Radio(["star","done","physics","morphosis", "verse", "phor","bolism"], label="Choose Meta Prompt", value="star")
117
  refine_button = gr.Button("Refine Prompt")
118
  with gr.Row():
119
  gr.Markdown("### Initial prompt analysis")
 
113
  with gr.Accordion("Meta Prompt explanation", open=False):
114
  gr.Markdown(explanation_markdown)
115
  with gr.Row():
116
+ meta_prompt_choice = gr.Radio(["star","done","physics","morphosis", "verse", "phor","bolism","math"], label="Choose Meta Prompt", value="star")
117
  refine_button = gr.Button("Refine Prompt")
118
  with gr.Row():
119
  gr.Markdown("### Initial prompt analysis")