nickmuchi commited on
Commit
b099fa2
1 Parent(s): 5316502

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ model_type = st.sidebar.selectbox(
171
  "Model type", options=["Facebook-Bart", "Sshleifer-DistilBart"]
172
  )
173
 
174
- max_len= st.sidebar.slider("Maximum length of the summarized text",min_value=30,max_value=500)
175
  min_len= st.sidebar.slider("Minimum length of the summarized text",min_value=10)
176
 
177
  st.markdown(
 
171
  "Model type", options=["Facebook-Bart", "Sshleifer-DistilBart"]
172
  )
173
 
174
+ max_len= st.sidebar.slider("Maximum length of the summarized text",min_value=50,max_value=500)
175
  min_len= st.sidebar.slider("Minimum length of the summarized text",min_value=10)
176
 
177
  st.markdown(