eagle0504 commited on
Commit
002ee5a
1 Parent(s): 1d33079

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ with st.sidebar:
63
 
64
  # Chunk size
65
  chunk_size_input = st.number_input(
66
- "Insert an integer (for size of chunks):", value=20, step=1
67
  )
68
 
69
  # Quantization
 
63
 
64
  # Chunk size
65
  chunk_size_input = st.number_input(
66
+ "Insert an integer (for size of chunks, i.e. 2 means 2 sentences a chunk):", value=2, step=1
67
  )
68
 
69
  # Quantization