Aymeric Roucher commited on
Commit
05d5a11
·
verified ·
1 Parent(s): 6a77b9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
136
  [
137
  "LangChain's CharacterTextSplitter",
138
  "Langchain's RecursiveCharacterTextSplitter - vanilla",
139
- "Langchain's RecursiveCharacterTextSplitter - with '.'"
140
  "Haystack's PreProcessor - Word level, no sentence boundaries",
141
  "Haystack's PreProcessor - Word level, respect sentence boundaries",
142
  ],
 
136
  [
137
  "LangChain's CharacterTextSplitter",
138
  "Langchain's RecursiveCharacterTextSplitter - vanilla",
139
+ "Langchain's RecursiveCharacterTextSplitter - with '.'",
140
  "Haystack's PreProcessor - Word level, no sentence boundaries",
141
  "Haystack's PreProcessor - Word level, respect sentence boundaries",
142
  ],