m-ric HF staff commited on
Commit
a8ce2d7
1 Parent(s): ad6564a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -113,12 +113,12 @@ with gr.Blocks(theme=gr.themes.Soft(), css="#textbox_id {color: red; font-samily
113
  LABEL_RECURSIVE,
114
  ],
115
  value=LABEL_TEXTSPLITTER,
116
- label="🫷Chunking method🫸",
117
  )
118
  separator_selection = gr.Textbox(
119
  elem_id="textbox_id",
120
  value=["\n\n", "\n", ".", " ", ""],
121
- label="Separators used in RecursiveCharacterTextSplitter",
122
  visible=False,
123
  )
124
  with gr.Row():
 
113
  LABEL_RECURSIVE,
114
  ],
115
  value=LABEL_TEXTSPLITTER,
116
+ label="Method to split chunks ✂️",
117
  )
118
  separator_selection = gr.Textbox(
119
  elem_id="textbox_id",
120
  value=["\n\n", "\n", ".", " ", ""],
121
+ info="Separators used in RecursiveCharacterTextSplitter",
122
  visible=False,
123
  )
124
  with gr.Row():