Hellisotherpeople commited on
Commit
37a4549
β€’
1 Parent(s): ddf9d9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ form.caption("Setting this higher decreases the likelihood of high probability w
46
  form.caption("For more details on what these settings mean, see here: https://huggingface.co/blog/how-to-generate")
47
 
48
 
49
- sequence = st.text_area("Enter a custom prompt", value = "I don't want")
50
 
51
  form.form_submit_button("Generate some Constrained Text!")
52
 
 
46
  form.caption("For more details on what these settings mean, see here: https://huggingface.co/blog/how-to-generate")
47
 
48
 
49
+ sequence = st.text_area("Enter a custom prompt", value = "I do ")
50
 
51
  form.form_submit_button("Generate some Constrained Text!")
52