realambuj commited on
Commit
2077924
1 Parent(s): eec8648

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -9
app.py CHANGED
@@ -7,15 +7,7 @@ with st.sidebar:
7
  st.write('This model is trained on OPUS dataset. This open parallel is the collection of translated texts from the web. It also includes translations of Wikipedia, WikiSource, WikiBooks, WikiNews and WikiQuote web pages.Built using MarianMT model')
8
  image = Image.open('image.png')
9
  st.image(image, caption='MarianMT model')
10
- add_selectbox = st.sidebar.text(
11
- "Members: \n"
12
- "\tRajat Sharma\n"
13
- "\tTanisha Bhargava\n"
14
- "\tAyush Chouraisa\n"
15
- "\tAyush Chourasia\n"
16
- "\tPallavi\n"
17
- "\tSmriti\n"
18
- )
19
 
20
 
21
  st.header("English to Hindi Translator")
 
7
  st.write('This model is trained on OPUS dataset. This open parallel is the collection of translated texts from the web. It also includes translations of Wikipedia, WikiSource, WikiBooks, WikiNews and WikiQuote web pages.Built using MarianMT model')
8
  image = Image.open('image.png')
9
  st.image(image, caption='MarianMT model')
10
+ st.code('App Built by Ambuj Raj',language='python')
 
 
 
 
 
 
 
 
11
 
12
 
13
  st.header("English to Hindi Translator")