Rooni commited on
Commit
4b4c624
1 Parent(s): 2dce30c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -52,11 +52,8 @@ footer {visibility: hidden !important;}
52
  with gr.Blocks(css=css, title="Переводчик") as vui:
53
  with gr.Row():
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):
 
52
  with gr.Blocks(css=css, title="Переводчик") as vui:
53
  with gr.Row():
54
  with gr.Row():
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")
59
  with gr.Column(scale=2):