pwenker commited on
Commit
235ed21
Β·
1 Parent(s): fc6892a

Minor changes

Browse files
Files changed (1) hide show
  1. src/prompt_teacher/app.py +3 -3
src/prompt_teacher/app.py CHANGED
@@ -7,9 +7,9 @@ from prompt_teacher.metaprompts import metaprompts
7
 
8
  with gr.Blocks(title="Prompt Teacher", theme=gr.themes.Soft()) as gradio_app:
9
  gr.Markdown("### πŸ€– Prompt Teacher πŸ“βœ¨")
10
- with gr.Accordion("ℹ️ Info: Code πŸ“œ and Documentation πŸ“š"):
11
  gr.Markdown(
12
- "Can found at: [Github: pwenker/prompt_teacher](https://github.com/pwenker/prompt_teacher) πŸ“„βœ¨"
13
  )
14
  with gr.Row():
15
  with gr.Column(scale=2):
@@ -24,7 +24,7 @@ with gr.Blocks(title="Prompt Teacher", theme=gr.themes.Soft()) as gradio_app:
24
  label="Prompt",
25
  interactive=True,
26
  placeholder="Type in your prompt",
27
- value="Explain prompt engineering",
28
  show_copy_button=True,
29
  )
30
  with gr.Row():
 
7
 
8
  with gr.Blocks(title="Prompt Teacher", theme=gr.themes.Soft()) as gradio_app:
9
  gr.Markdown("### πŸ€– Prompt Teacher πŸ“βœ¨")
10
+ with gr.Accordion("ℹ️ Info: Code πŸ“œ and Documentation πŸ“š", open=False):
11
  gr.Markdown(
12
+ "Can be found at: [Github: pwenker/prompt_teacher](https://github.com/pwenker/prompt_teacher) πŸ“„βœ¨"
13
  )
14
  with gr.Row():
15
  with gr.Column(scale=2):
 
24
  label="Prompt",
25
  interactive=True,
26
  placeholder="Type in your prompt",
27
+ value="How to write a good prompt?",
28
  show_copy_button=True,
29
  )
30
  with gr.Row():