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