Spaces:
Running
Running
Update app.py
Browse files
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")
|