Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ css = response.text
|
|
53 |
with gr.Blocks(css=css, title="Переводчик") as vui:
|
54 |
with gr.Row():
|
55 |
with gr.Column():
|
56 |
-
text = gr.Textbox(label="Текст", type="text")
|
57 |
lang = gr.Dropdown(languages, value="Английский", label="Язык")
|
58 |
vkl2_text_button = gr.Button("Перевести", variant='primary', elem_id="generate")
|
59 |
with gr.Column(scale=2):
|
|
|
53 |
with gr.Blocks(css=css, title="Переводчик") as vui:
|
54 |
with gr.Row():
|
55 |
with gr.Column():
|
56 |
+
text = gr.Textbox(label="Текст", type="text", lines=3)
|
57 |
lang = gr.Dropdown(languages, value="Английский", label="Язык")
|
58 |
vkl2_text_button = gr.Button("Перевести", variant='primary', elem_id="generate")
|
59 |
with gr.Column(scale=2):
|