baconnier commited on
Commit
2ccdc61
1 Parent(s): 30a5039

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -589,7 +589,7 @@ class GradioInterface:
589
  with gr.Row():
590
  prompt_text = gr.Textbox(label="Type the prompt here")
591
  with gr.Row():
592
- meta_prompt_choice = gr.Radio(["physics","morphosis", "verse", "phor","bolism"], label="Choose Meta Prompt", value="morphosis")
593
  refine_button = gr.Button("Refine Prompt")
594
  with gr.Row():
595
  gr.Markdown("### Initial prompt analysis")
 
589
  with gr.Row():
590
  prompt_text = gr.Textbox(label="Type the prompt here")
591
  with gr.Row():
592
+ meta_prompt_choice = gr.Radio(["done","physics","morphosis", "verse", "phor","bolism"], label="Choose Meta Prompt", value="morphosis")
593
  refine_button = gr.Button("Refine Prompt")
594
  with gr.Row():
595
  gr.Markdown("### Initial prompt analysis")