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