Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -135,9 +135,9 @@ with gr.Blocks(
|
|
| 135 |
with gr.Column(scale=4):
|
| 136 |
text_area = gr.Textbox(label="Your Text", lines=5)
|
| 137 |
previous_text_area = gr.Textbox(label="Previous Text", lines=5, visible=False)
|
|
|
|
| 138 |
with gr.Column(scale=1):
|
| 139 |
magic_button = gr.Button("Magic Button")
|
| 140 |
-
category_label = gr.Markdown("", visible=False)
|
| 141 |
|
| 142 |
magic_button.click(
|
| 143 |
fn=handle_magic_click,
|
|
|
|
| 135 |
with gr.Column(scale=4):
|
| 136 |
text_area = gr.Textbox(label="Your Text", lines=5)
|
| 137 |
previous_text_area = gr.Textbox(label="Previous Text", lines=5, visible=False)
|
| 138 |
+
category_label = gr.Markdown("", visible=False)
|
| 139 |
with gr.Column(scale=1):
|
| 140 |
magic_button = gr.Button("Magic Button")
|
|
|
|
| 141 |
|
| 142 |
magic_button.click(
|
| 143 |
fn=handle_magic_click,
|