istiak commited on
Commit
212b855
β€’
1 Parent(s): cf672ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -75,10 +75,10 @@ this space is created by [Kishore](https://www.linkedin.com/in/kishore-kunisetty
75
  please like the project to support my contribution to EuroPython22. 😊
76
  ''')
77
  with gr.Row():
78
- from_lang = gr.Dropdown(['English', 'Spanish', 'Hindi','Banngla'],
79
  value='English',
80
  label='select From language : ')
81
- to_lang = gr.Dropdown(['English', 'Spanish', 'Hindi'],
82
  value='Hindi',
83
  label= 'select to Language : ')
84
 
 
75
  please like the project to support my contribution to EuroPython22. 😊
76
  ''')
77
  with gr.Row():
78
+ from_lang = gr.Dropdown(['English', 'Spanish', 'Hindi','Bangla'],
79
  value='English',
80
  label='select From language : ')
81
+ to_lang = gr.Dropdown(['English', 'Spanish', 'Hindi','Bangla'],
82
  value='Hindi',
83
  label= 'select to Language : ')
84