Spaces:
Build error
Build error
app.py
#1
by
istiak
- opened
app.py
CHANGED
|
@@ -75,7 +75,7 @@ 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'],
|
| 79 |
value='English',
|
| 80 |
label='select From language : ')
|
| 81 |
to_lang = gr.Dropdown(['English', 'Spanish', 'Hindi'],
|
|
|
|
| 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'],
|