StevanLS commited on
Commit
8bedd12
·
1 Parent(s): 22c6e50

Front end modif

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ interface = gr.Interface(fn=translate,
16
  gr.Dropdown(['Spanish', 'Bengali', 'English', 'French'],
17
  label = 'Select the translation language first'),
18
  gr.Textbox(lines=2, placeholder='Text to translate',
19
- label='Text')],
20
  outputs='text',
21
  title='Automatic Language Translation Demo from RPI eSolutions Pte Ltd',
22
  theme=gr.themes.Default(
 
16
  gr.Dropdown(['Spanish', 'Bengali', 'English', 'French'],
17
  label = 'Select the translation language first'),
18
  gr.Textbox(lines=2, placeholder='Text to translate',
19
+ label='Write your text in any language')],
20
  outputs='text',
21
  title='Automatic Language Translation Demo from RPI eSolutions Pte Ltd',
22
  theme=gr.themes.Default(