Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -377,9 +377,12 @@ with gr.Blocks() as demo:
|
|
377 |
|
378 |
with gr.Column():
|
379 |
with gr.Row():
|
380 |
-
|
|
|
381 |
choices = LANGUAGE.language.to_list(), label=_to, value = "Къарачай-Малкъар тил")
|
382 |
-
|
|
|
|
|
383 |
choices = DIALECT.dialect.to_list(), label=_dialect, value = "дж\ч")
|
384 |
|
385 |
with gr.Row():
|
|
|
377 |
|
378 |
with gr.Column():
|
379 |
with gr.Row():
|
380 |
+
with gr.Column():
|
381 |
+
choice_output = gr.Dropdown(
|
382 |
choices = LANGUAGE.language.to_list(), label=_to, value = "Къарачай-Малкъар тил")
|
383 |
+
|
384 |
+
with gr.Column():
|
385 |
+
dialect = gr.Dropdown(
|
386 |
choices = DIALECT.dialect.to_list(), label=_dialect, value = "дж\ч")
|
387 |
|
388 |
with gr.Row():
|