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