Spaces:
Runtime error
Runtime error
Minor changes
Browse files
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="
|
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():
|