dipesh1701
commited on
Commit
•
5797457
1
Parent(s):
9003587
bug fix
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ if __name__ == "__main__":
|
|
75 |
|
76 |
title = "The Master Betters Translator"
|
77 |
|
78 |
-
desc = This is a beta version of The Master Betters Translator that utilizes pre-trained language models for translation. To use this app you need to have chosen the source and target language with your input text to get the output."
|
79 |
description = (
|
80 |
f"{desc}"
|
81 |
)
|
|
|
75 |
|
76 |
title = "The Master Betters Translator"
|
77 |
|
78 |
+
desc = "This is a beta version of The Master Betters Translator that utilizes pre-trained language models for translation. To use this app you need to have chosen the source and target language with your input text to get the output."
|
79 |
description = (
|
80 |
f"{desc}"
|
81 |
)
|