YuLu0713 commited on
Commit
f12b0ea
·
verified ·
1 Parent(s): a2e4ed6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -107,6 +107,12 @@ with gr.Blocks(title="Seed-X") as demo:
107
  )
108
  with gr.Row():
109
  translate_btn = gr.Button("Translate", variant="primary")
 
 
 
 
 
 
110
  with gr.Row():
111
  source_text = gr.Textbox(
112
  label="Input Text",
 
107
  )
108
  with gr.Row():
109
  translate_btn = gr.Button("Translate", variant="primary")
110
+ translate_btn.style(
111
+ full_width=False,
112
+ full_height=False,
113
+ text_color="white",
114
+ bg_color="#4169E1"
115
+ )
116
  with gr.Row():
117
  source_text = gr.Textbox(
118
  label="Input Text",