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