harishrb commited on
Commit
4f12d97
1 Parent(s): 6302b5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ LANGUAGES = ["Spanish", "French", "German"]
5
  default_lang = "Spanish"
6
 
7
  title = "🦸TraveLingo"
8
- description = "Your native translation buddy"
9
  more_description = "Give 🦸TraveLingo a try and get your English sentence translated to the destination language on the fly!"
10
 
11
 
 
5
  default_lang = "Spanish"
6
 
7
  title = "🦸TraveLingo"
8
+ description = "Your AI-powered native translation buddy"
9
  more_description = "Give 🦸TraveLingo a try and get your English sentence translated to the destination language on the fly!"
10
 
11