Afeezee commited on
Commit
9e45e05
·
verified ·
1 Parent(s): 39afb41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -33,7 +33,10 @@ interface = gr.Interface(
33
  ],
34
  outputs="text",
35
  title="Polyglotta Multilingual Translator",
36
- description="Translate text between different languages. Select your languages and translate."
 
 
 
37
  )
38
 
39
  interface.launch()
 
33
  ],
34
  outputs="text",
35
  title="Polyglotta Multilingual Translator",
36
+ <div style="text-align: center;">
37
+ description="Translate text between different languages. Select the source language from which you want to translate and the target language to which you want the text translated. The default target language is set to Yoruba, but you can select any language pair according to your needs."
38
+ </div>
39
+
40
  )
41
 
42
  interface.launch()