Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ with gr.Blocks(title=title) as demo:
|
|
17 |
with gr.Column():
|
18 |
inp_text = gr.Textbox(placeholder="Enter Text..", label="Input")
|
19 |
with gr.Row():
|
20 |
-
btn_clear = gr.ClearButton([
|
21 |
btn_submit = gr.Button(value="Submit", variant="primary")
|
22 |
with gr.Column():
|
23 |
text = gr.Textbox(label="Output")
|
|
|
17 |
with gr.Column():
|
18 |
inp_text = gr.Textbox(placeholder="Enter Text..", label="Input")
|
19 |
with gr.Row():
|
20 |
+
btn_clear = gr.ClearButton([inp_text])
|
21 |
btn_submit = gr.Button(value="Submit", variant="primary")
|
22 |
with gr.Column():
|
23 |
text = gr.Textbox(label="Output")
|