yonikremer
commited on
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 |
|