Zguin commited on
Commit
8ba0cd9
·
verified ·
1 Parent(s): 54dd091

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -101,9 +101,6 @@ with gr.Blocks(css="""
101
  .equal-height {
102
  height: 100px !important;
103
  }
104
- .audio-controls {
105
- margin-top: 20px;
106
- }
107
  """) as iface:
108
  with gr.Row():
109
  with gr.Column(scale=1, min_width=400, variant="panel"):
@@ -114,8 +111,7 @@ with gr.Blocks(css="""
114
  english_caption = gr.Textbox(label="Описание на English:", lines=2)
115
  russian_caption = gr.Textbox(label="Описание на Русском:", lines=2)
116
 
117
- # Блок с элементами озвучки
118
- with gr.Column(scale=1, elem_classes="audio-controls"):
119
  with gr.Row():
120
  audio_language = gr.Dropdown(
121
  choices=["Русский", "English"],
 
101
  .equal-height {
102
  height: 100px !important;
103
  }
 
 
 
104
  """) as iface:
105
  with gr.Row():
106
  with gr.Column(scale=1, min_width=400, variant="panel"):
 
111
  english_caption = gr.Textbox(label="Описание на English:", lines=2)
112
  russian_caption = gr.Textbox(label="Описание на Русском:", lines=2)
113
 
114
+ with gr.Column(scale=1):
 
115
  with gr.Row():
116
  audio_language = gr.Dropdown(
117
  choices=["Русский", "English"],