chironjit45 commited on
Commit
06f9c0c
·
1 Parent(s): a7c6b4c

Multiple language error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ with gr.Blocks() as demo:
36
  with gr.Row():
37
  with gr.Column():
38
  input_text = gr.Textbox(label="Input English Text", placeholder="Type your text here...", lines=6)
39
- destination_language = gr.Dropdown(["German", "French", "Hindi", "Romanian", "Arabic"],
40
  label="Select Language")
41
  submit_button = gr.Button("Translate")
42
  with gr.Column():
 
36
  with gr.Row():
37
  with gr.Column():
38
  input_text = gr.Textbox(label="Input English Text", placeholder="Type your text here...", lines=6)
39
+ destination_language = gr.Dropdown(["Bangla"],
40
  label="Select Language")
41
  submit_button = gr.Button("Translate")
42
  with gr.Column():