Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ df_test .to_parquet("hf://datasets/username/my_dataset/test.parquet")
|
|
61 |
|
62 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
63 |
text = gr.Textbox(label="Your text 🪶", value=ESSAY)
|
64 |
-
with gr.
|
65 |
split_selection = gr.Dropdown(
|
66 |
choices=[
|
67 |
"LangChain's CharacterTextSplitter",
|
|
|
61 |
|
62 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
63 |
text = gr.Textbox(label="Your text 🪶", value=ESSAY)
|
64 |
+
with gr.Row():
|
65 |
split_selection = gr.Dropdown(
|
66 |
choices=[
|
67 |
"LangChain's CharacterTextSplitter",
|