nickmuchi commited on
Commit
1b5f436
1 Parent(s): 7483419

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ model_type = st.sidebar.selectbox(
142
  "Model type", options=["Facebook-Bart", "Sshleifer-DistilBart"]
143
  )
144
 
145
- max_len= st.sidebar.slider("Maximum length of the summarized text, if the total text length is greater than 500 tokens the text will be divided into chunks of 500 and the max length represents the length of each chunk",min_value=100,max_value=500)
146
  min_len= st.sidebar.slider("Minimum length of the summarized text",min_value=30)
147
 
148
  st.markdown(
 
142
  "Model type", options=["Facebook-Bart", "Sshleifer-DistilBart"]
143
  )
144
 
145
+ max_len= st.sidebar.slider("Maximum length of the summarized text",min_value=100,max_value=500)
146
  min_len= st.sidebar.slider("Minimum length of the summarized text",min_value=30)
147
 
148
  st.markdown(