m-ric HF staff commited on
Commit
c09ca45
1 Parent(s): 5323f2f

Update app.py

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