yonikremer commited on
Commit
7303201
โ€ข
1 Parent(s): dc053b1

removed the space at the end of the default prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ with st.form("request_form"):
38
  label="ื”ืงืœื˜ ืœืืœื•ื’ืจื™ืชื (ื‘ืื ื’ืœื™ืช ื‘ืœื‘ื“)",
39
  value="Instruction: Answer in yes or no.\n"
40
  "Question: Is the sky blue?\n"
41
- "Answer: ",
42
  max_chars=2048,
43
  )
44
 
 
38
  label="ื”ืงืœื˜ ืœืืœื•ื’ืจื™ืชื (ื‘ืื ื’ืœื™ืช ื‘ืœื‘ื“)",
39
  value="Instruction: Answer in yes or no.\n"
40
  "Question: Is the sky blue?\n"
41
+ "Answer:",
42
  max_chars=2048,
43
  )
44