yonikremer commited on
Commit
21c7771
โ€ข
1 Parent(s): 42099a3

changed the default prompt

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -29,9 +29,9 @@ with st.form("request_form"):
29
 
30
  submitted_prompt: str = st.text_area(
31
  label="ื”ืงืœื˜ ืœืืœื•ื’ืจื™ืชื (ื‘ืื ื’ืœื™ืช ื‘ืœื‘ื“)",
32
- value="Instruction: Answer in yes or no.\n"
33
- "Question: Is the sky blue?\n"
34
- "Answer: ",
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