baconnier commited on
Commit
c70bd7e
1 Parent(s): 0628bc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -782,8 +782,7 @@ class GradioInterface:
782
  with gr.Blocks() as self.interface:
783
  gr.Markdown("# PROMPT++")
784
  gr.Markdown("### Automating Prompt Engineering by Refining your Prompts")
785
- gr.Markdown("#### Learn how to generate an improved version of your prompts")
786
- gr.Markdown("Enter a main idea for a prompt, choose a meta prompt, and the model will attempt to generate an improved version.")
787
 
788
  with gr.Row():
789
  prompt_text = gr.Textbox(label="Type the prompt here")
 
782
  with gr.Blocks() as self.interface:
783
  gr.Markdown("# PROMPT++")
784
  gr.Markdown("### Automating Prompt Engineering by Refining your Prompts")
785
+ 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.")
 
786
 
787
  with gr.Row():
788
  prompt_text = gr.Textbox(label="Type the prompt here")