m-ric HF staff commited on
Commit
384ad14
1 Parent(s): 5622e1c

Update app.py

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