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