saiful9379 commited on
Commit
b4b95df
1 Parent(s): 8fdaf65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -16,6 +16,9 @@ __MAIL__ = "saifulbrur79@gmail.com"
16
  __MODIFICAIOTN__ = "28/03/2023"
17
  __LICENSE__ = "MIT"
18
 
 
 
 
19
  BASE_URL = "https://huggingface.co/saiful9379/Bangla-to-English-Translation/tree/main"
20
 
21
  class Bn2EnTranslation:
 
16
  __MODIFICAIOTN__ = "28/03/2023"
17
  __LICENSE__ = "MIT"
18
 
19
+ st.write(""" Bangla to English Translation """)
20
+
21
+
22
  BASE_URL = "https://huggingface.co/saiful9379/Bangla-to-English-Translation/tree/main"
23
 
24
  class Bn2EnTranslation: