Update app.py
Browse files
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=
|
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
|