baconnier commited on
Commit
3982c6c
1 Parent(s): eb36747

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ class GradioInterface:
108
  with gr.Row():
109
  prompt_text = gr.Textbox(label="Type the prompt here")
110
  with gr.Row():
111
- meta_prompt_choice = gr.Radio(["star","done","physics","morphosis", "verse", "phor","bolism"], label="Choose Meta Prompt", value="star",info=lambda x: metaprompt_explanations.get(x, "No explanation available."))
112
  refine_button = gr.Button("Refine Prompt")
113
  with gr.Row():
114
  gr.Markdown("### Initial prompt analysis")
 
108
  with gr.Row():
109
  prompt_text = gr.Textbox(label="Type the prompt here")
110
  with gr.Row():
111
+ meta_prompt_choice = gr.Radio(["star","done","physics","morphosis", "verse", "phor","bolism"], label="Choose Meta Prompt", value="star")
112
  refine_button = gr.Button("Refine Prompt")
113
  with gr.Row():
114
  gr.Markdown("### Initial prompt analysis")