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