m-ric HF staff commited on
Commit
1115dfa
1 Parent(s): 65fe728

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- , elem_id="textbox_id",
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,