Commit ·
2c95c46
1
Parent(s): 6dd01fc
update
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ with gr.Blocks() as demo:
|
|
| 18 |
origin_output = gr.Textbox(label="Before Edit", lines=2, placeholder="")
|
| 19 |
|
| 20 |
alter_label = gr.Textbox(label="Alter Entity", lines=1, placeholder="Entity Name")
|
| 21 |
-
edit_button = gr.Button("Edit")
|
| 22 |
|
| 23 |
edit_output = gr.Textbox(label="After Edit", lines=2, placeholder="")
|
| 24 |
|
|
|
|
| 18 |
origin_output = gr.Textbox(label="Before Edit", lines=2, placeholder="")
|
| 19 |
|
| 20 |
alter_label = gr.Textbox(label="Alter Entity", lines=1, placeholder="Entity Name")
|
| 21 |
+
edit_button = gr.Button("Edit", elem_id="{background-color: red}")
|
| 22 |
|
| 23 |
edit_output = gr.Textbox(label="After Edit", lines=2, placeholder="")
|
| 24 |
|