Snigdhapaul2003 commited on
Commit
8d57e67
·
verified ·
1 Parent(s): bdb3f57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,6 +59,6 @@ iface = gr.Interface(
59
  inputs=["text",gr.Dropdown(
60
  language_choices, value=["English"], multiselect=False, label="Choose the language.")],
61
  outputs="text",
62
- title="Article Translator"
63
  )
64
  iface.launch()
 
59
  inputs=["text",gr.Dropdown(
60
  language_choices, value=["English"], multiselect=False, label="Choose the language.")],
61
  outputs="text",
62
+ title="Translation Tool"
63
  )
64
  iface.launch()