UnarineLeo commited on
Commit
2f9490e
1 Parent(s): b303eb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -45,10 +45,9 @@ st.markdown("""
45
  </div>
46
  """, unsafe_allow_html=True)
47
 
48
- # st.title("Fill Mask | Zabantu-XLM-Roberta")
49
  st.markdown("""
50
  <div style='text-align: center;'>
51
- <h3>Fill Mask | Zabantu-XLM-Roberta</h3>
52
  </div>
53
  """, unsafe_allow_html=True)
54
  st.write(f"")
@@ -56,7 +55,7 @@ st.write(f"")
56
  st.markdown("Zabantu-XLMR refers to a fleet of models trained on different combinations of South African Bantu languages. It supports the following languages Tshivenda, Nguni languages (Zulu, Xhosa, Swati), Sotho languages (Northern Sotho, Southern Sotho, Setswana), and Xitsonga.")
57
 
58
 
59
- with st.expander("Read more"):
60
  st.write('''
61
  Authors: Alexis Conneau, Kartikay Khandelwal, Naman Goyal, Vishrav Chaudhary, Guillaume Wenzek, Francisco Guzmán, Edouard Grave, Myle Ott, Luke Zettlemoyer, Veselin Stoyanov
62
  ''')
 
45
  </div>
46
  """, unsafe_allow_html=True)
47
 
 
48
  st.markdown("""
49
  <div style='text-align: center;'>
50
+ <h2>Fill Mask | Zabantu-XLM-Roberta</h2>
51
  </div>
52
  """, unsafe_allow_html=True)
53
  st.write(f"")
 
55
  st.markdown("Zabantu-XLMR refers to a fleet of models trained on different combinations of South African Bantu languages. It supports the following languages Tshivenda, Nguni languages (Zulu, Xhosa, Swati), Sotho languages (Northern Sotho, Southern Sotho, Setswana), and Xitsonga.")
56
 
57
 
58
+ with st.expander("More information about the space"):
59
  st.write('''
60
  Authors: Alexis Conneau, Kartikay Khandelwal, Naman Goyal, Vishrav Chaudhary, Guillaume Wenzek, Francisco Guzmán, Edouard Grave, Myle Ott, Luke Zettlemoyer, Veselin Stoyanov
61
  ''')