YuLu0713 commited on
Commit
f456e1e
·
verified ·
1 Parent(s): 1254b6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ with gr.Blocks(title="Seed-X") as demo:
116
  with gr.Blocks():
117
  translate_btn = gr.Button("Translate", variant="primary")
118
  translate_btn.style(full_width=False, full_height=False, text_color="white", bg_color="#4169E1")
119
- with gr.Row():
120
  source_text = gr.Textbox(
121
  label="Input Text",
122
  placeholder="Please enter the text to translate...",
 
116
  with gr.Blocks():
117
  translate_btn = gr.Button("Translate", variant="primary")
118
  translate_btn.style(full_width=False, full_height=False, text_color="white", bg_color="#4169E1")
119
+ with gr.Row():
120
  source_text = gr.Textbox(
121
  label="Input Text",
122
  placeholder="Please enter the text to translate...",