Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -84,11 +84,12 @@ description = """<p align="center">Enter Japanese text to translate it into Simp
|
|
84 |
|
85 |
with gr.Blocks() as demo:
|
86 |
with gr.Row():
|
87 |
-
gr.
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
|
|
92 |
with gr.Row():
|
93 |
with gr.Column():
|
94 |
input_text = gr.Textbox(
|
|
|
84 |
|
85 |
with gr.Blocks() as demo:
|
86 |
with gr.Row():
|
87 |
+
with gr.Column():
|
88 |
+
send_btn = gr.Button("Send", elem_id="send-btn")
|
89 |
+
clear_btn = gr.Button("Clear", elem_id="clear-btn")
|
90 |
+
retry_btn = gr.Button("Retry", elem_id="retry-btn")
|
91 |
+
undo_btn = gr.Button("Undo", elem_id="undo-btn")
|
92 |
+
|
93 |
with gr.Row():
|
94 |
with gr.Column():
|
95 |
input_text = gr.Textbox(
|