m-ric HF staff commited on
Commit
5933b14
1 Parent(s): 1115dfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -76,9 +76,9 @@ df_test .to_parquet("hf://datasets/username/my_dataset/test.parquet")
76
  """
77
 
78
 
79
- with gr.Blocks(theme=gr.themes.Soft()) as demo:
80
  text = gr.Textbox(label="Your text 🪶", value=ESSAY)
81
- with gr.Row(css="#textbox_id textarea {color: red, font-samily:monospace}"):
82
  split_selection = gr.Dropdown(
83
  choices=[
84
  LABEL_TEXTSPLITTER,
 
76
  """
77
 
78
 
79
+ with gr.Blocks(theme=gr.themes.Soft(), css="#textbox_id {color: red, font-samily:monospace}") as demo:
80
  text = gr.Textbox(label="Your text 🪶", value=ESSAY)
81
+ with gr.Row():
82
  split_selection = gr.Dropdown(
83
  choices=[
84
  LABEL_TEXTSPLITTER,