Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,6 +52,9 @@ with gr.Blocks() as demo:
|
|
52 |
mydescription
|
53 |
with gr.Row():
|
54 |
myinput
|
|
|
|
|
|
|
55 |
with gr.Row():
|
56 |
myoutput
|
57 |
submit.click()
|
|
|
52 |
mydescription
|
53 |
with gr.Row():
|
54 |
myinput
|
55 |
+
with gr.Row():
|
56 |
+
clear = gr.Button("Clear")
|
57 |
+
submit = gr.Button("Submit")
|
58 |
with gr.Row():
|
59 |
myoutput
|
60 |
submit.click()
|