nickmuchi commited on
Commit
0ca63d5
1 Parent(s): 51f3975

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -343,7 +343,7 @@ model_type = st.sidebar.selectbox(
343
  "Model type", options=["Facebook-Bart", "Sshleifer-DistilBart","Google-Pegasus"]
344
  )
345
 
346
- max_len= st.sidebar.slider("Maximum length of the summarized text",min_value=80,max_value=500,step=10)
347
  min_len= st.sidebar.slider("Minimum length of the summarized text",min_value=50,max_value=200,step=10)
348
 
349
  st.markdown(
 
343
  "Model type", options=["Facebook-Bart", "Sshleifer-DistilBart","Google-Pegasus"]
344
  )
345
 
346
+ max_len= st.sidebar.slider("Maximum length of the summarized text",min_value=100,max_value=500,step=10)
347
  min_len= st.sidebar.slider("Minimum length of the summarized text",min_value=50,max_value=200,step=10)
348
 
349
  st.markdown(