Aymeric Roucher commited on
Commit
6a77b9e
1 Parent(s): 577bd8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
140
  "Haystack's PreProcessor - Word level, no sentence boundaries",
141
  "Haystack's PreProcessor - Word level, respect sentence boundaries",
142
  ],
143
- value="Character",
144
  label="Chunking method ",
145
  info="How should we split our chunks",
146
  )
 
140
  "Haystack's PreProcessor - Word level, no sentence boundaries",
141
  "Haystack's PreProcessor - Word level, respect sentence boundaries",
142
  ],
143
+ value="LangChain's CharacterTextSplitter",
144
  label="Chunking method ",
145
  info="How should we split our chunks",
146
  )