yonikremer commited on
Commit
05c6b0a
1 Parent(s): d3a17fc

Bug fix: unexpected keyword argument

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -35,7 +35,6 @@ with st.form("request_form"):
35
  label="Input for the model, It is highly recommended to write an English prompt.",
36
  help="Enter the prompt for the model. The model will generate a response based on this prompt.",
37
  max_chars=16384,
38
- min_chars=16,
39
  )
40
 
41
  submitted: bool = st.form_submit_button(
 
35
  label="Input for the model, It is highly recommended to write an English prompt.",
36
  help="Enter the prompt for the model. The model will generate a response based on this prompt.",
37
  max_chars=16384,
 
38
  )
39
 
40
  submitted: bool = st.form_submit_button(