Hei-Ha commited on
Commit
8b8dc5c
1 Parent(s): 6c7403c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def getTranslateResult(inputTextValue):
20
 
21
 
22
  with gr.Blocks() as translateDemo:
23
- with gr.Row(scale=3):
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")