baconnier commited on
Commit
881dafd
1 Parent(s): e987a3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 it")
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():