Update app.py
Browse files
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 |
-
|
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...",
|