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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -9
app.py CHANGED
@@ -37,19 +37,25 @@ with img2:
37
  with st.container(border=False):
38
  st.image("logo_transparent_small.png")
39
 
40
- butt1, butt2, butt3, butt4, butt5, butt6 = st.columns(6)
41
- with butt1:
42
- st.link_button("Github", "https://github.com/dsfsi")
43
- with butt2:
44
- st.link_button("Feedback Form", "https://docs.google.com/forms/d/e/1FAIpQLSf7S36dyAUPx2egmXbFpnTBuzoRulhL5Elu-N1eoMhaO7v10w/viewform")
45
- with butt3:
46
- st.link_button("arxiv", "https://huggingface.co/papers/1911.02116")
47
-
48
- st.title("Fill Mask | Zabantu-XLM-Roberta")
 
 
 
 
 
49
  st.write(f"")
50
 
51
  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.")
52
 
 
53
  with st.expander("Read more"):
54
  st.write('''
55
  Authors: Alexis Conneau, Kartikay Khandelwal, Naman Goyal, Vishrav Chaudhary, Guillaume Wenzek, Francisco Guzmán, Edouard Grave, Myle Ott, Luke Zettlemoyer, Veselin Stoyanov
 
37
  with st.container(border=False):
38
  st.image("logo_transparent_small.png")
39
 
40
+ st.markdown("""
41
+ <div style='text-align: center;'>
42
+ <a href='https://github.com/dsfsi' target='_blank'>Github</a> |
43
+ <a href='https://docs.google.com/forms/d/e/1FAIpQLSf7S36dyAUPx2egmXbFpnTBuzoRulhL5Elu-N1eoMhaO7v10w/viewform' target='_blank'>Feedback Form</a> |
44
+ <a href='https://huggingface.co/papers/1911.02116' target='_blank'>arxiv</a>
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"")
55
 
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