Commit
路
21c7771
1
Parent(s):
42099a3
changed the default prompt
Browse files
app.py
CHANGED
@@ -29,9 +29,9 @@ with st.form("request_form"):
|
|
29 |
|
30 |
submitted_prompt: str = st.text_area(
|
31 |
label="讛拽诇讟 诇讗诇讜讙专讬转诐 (讘讗谞讙诇讬转 讘诇讘讚)",
|
32 |
-
value="
|
33 |
-
|
34 |
-
|
35 |
max_chars=1024,
|
36 |
)
|
37 |
|
|
|
29 |
|
30 |
submitted_prompt: str = st.text_area(
|
31 |
label="讛拽诇讟 诇讗诇讜讙专讬转诐 (讘讗谞讙诇讬转 讘诇讘讚)",
|
32 |
+
value="""Keywords: cat, look, mouse
|
33 |
+
What is a sentence that includes all these keywords?
|
34 |
+
Answer:""",
|
35 |
max_chars=1024,
|
36 |
)
|
37 |
|