m-ric HF staff commited on
Commit
e13bfd4
1 Parent(s): 6db69fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css="#textbox_id {color: red; font-samily
132
  )
133
  separator_selection = gr.Textbox(
134
  elem_id="textbox_id",
135
- value=["\n\n", "\n", ".", " ", ""],
136
  info="Separators used in RecursiveCharacterTextSplitter",
137
  show_label=False, # or set label to an empty string if you want to keep its space
138
  visible=False,
 
132
  )
133
  separator_selection = gr.Textbox(
134
  elem_id="textbox_id",
135
+ value=["\n### ", "\n\n", "\n", ".", " ", ""],
136
  info="Separators used in RecursiveCharacterTextSplitter",
137
  show_label=False, # or set label to an empty string if you want to keep its space
138
  visible=False,