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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -33,10 +33,8 @@ interface = gr.Interface(
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()
 
33
  ],
34
  outputs="text",
35
  title="Polyglotta Multilingual Translator",
 
36
  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."
37
+
 
38
  )
39
 
40
  interface.launch()