Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -108,8 +108,8 @@ with gr.Blocks(css="""
|
|
108 |
|
109 |
with gr.Column(scale=1, variant="panel"):
|
110 |
with gr.Row():
|
111 |
-
english_caption = gr.Textbox(label="
|
112 |
-
russian_caption = gr.Textbox(label="
|
113 |
with gr.Row():
|
114 |
audio_language = gr.Dropdown(
|
115 |
choices=["Русский", "English"],
|
|
|
108 |
|
109 |
with gr.Column(scale=1, variant="panel"):
|
110 |
with gr.Row():
|
111 |
+
english_caption = gr.Textbox(label="Английский язык:", lines=1, interactive=False)
|
112 |
+
russian_caption = gr.Textbox(label="Русский язык:", lines=1, interactive=False)
|
113 |
with gr.Row():
|
114 |
audio_language = gr.Dropdown(
|
115 |
choices=["Русский", "English"],
|