Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ footer {visibility: hidden !important;}
|
|
51 |
# ui
|
52 |
with gr.Blocks(css=css, title="Переводчик") as vui:
|
53 |
with gr.Row():
|
54 |
-
with gr.
|
55 |
text = gr.Textbox(label="Текст")
|
56 |
lang = gr.Dropdown(languages, value="Английский", label="Язык")
|
57 |
with gr.Column():
|
|
|
51 |
# ui
|
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():
|