Spaces:
Running
Running
Update app.py
Browse files
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,
|