Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def getTranslateResult(inputTextValue):
|
|
20 |
|
21 |
|
22 |
with gr.Blocks() as translateDemo:
|
23 |
-
with gr.Row(
|
24 |
with gr.Column():
|
25 |
inputText = gr.Textbox(label="Please enter the translation content, only Chinese is supported...")
|
26 |
submitBtn = gr.Button(variant="primary", value="Submit")
|
|
|
20 |
|
21 |
|
22 |
with gr.Blocks() as translateDemo:
|
23 |
+
with gr.Row():
|
24 |
with gr.Column():
|
25 |
inputText = gr.Textbox(label="Please enter the translation content, only Chinese is supported...")
|
26 |
submitBtn = gr.Button(variant="primary", value="Submit")
|