Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
88 |
label="Chunking method ",
|
89 |
)
|
90 |
separator_selection = gr.Textbox(
|
91 |
-
|
92 |
value=["\n\n", "\n", ".", " ", ""],
|
93 |
label="Separators used in RecursiveCharacterTextSplitter",
|
94 |
interactive=False,
|
|
|
88 |
label="Chunking method ",
|
89 |
)
|
90 |
separator_selection = gr.Textbox(
|
91 |
+
elem_id="textbox_id",
|
92 |
value=["\n\n", "\n", ".", " ", ""],
|
93 |
label="Separators used in RecursiveCharacterTextSplitter",
|
94 |
interactive=False,
|