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