Rooni commited on
Commit
741db90
1 Parent(s): 4b4c624

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Row():
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():