Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ class GradioInterface:
|
|
106 |
gr.Markdown("Learn how to generate an improved version of your prompts. Enter a main idea for a prompt, choose a meta prompt, and the model will attempt to generate an improved version.")
|
107 |
|
108 |
with gr.Row():
|
109 |
-
prompt_text = gr.Textbox(label="Type the prompt (or let it empty to
|
110 |
with gr.Accordion("Meta Prompt explanation", open=False):
|
111 |
gr.Markdown(explanation_markdown)
|
112 |
with gr.Row():
|
|
|
106 |
gr.Markdown("Learn how to generate an improved version of your prompts. Enter a main idea for a prompt, choose a meta prompt, and the model will attempt to generate an improved version.")
|
107 |
|
108 |
with gr.Row():
|
109 |
+
prompt_text = gr.Textbox(label="Type the prompt (or let it empty to see metaprompt)")
|
110 |
with gr.Accordion("Meta Prompt explanation", open=False):
|
111 |
gr.Markdown(explanation_markdown)
|
112 |
with gr.Row():
|