UnarineLeo commited on
Commit
43bce41
1 Parent(s): abb0b39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -36,13 +36,13 @@ with img2:
36
  with st.container(border=False):
37
  st.image("logo_transparent_small.png")
38
 
39
- butt1, butt2, butt3 = st.columns(3)
40
- with butt1:
41
- st.link_button("Github", "https://github.com/dsfsi")
42
  # with butt2:
43
- st.link_button("Feedback Form", "https://docs.google.com/forms/d/e/1FAIpQLSf7S36dyAUPx2egmXbFpnTBuzoRulhL5Elu-N1eoMhaO7v10w/viewform")
44
  # with butt3:
45
- st.link_button("arxiv", "https://huggingface.co/papers/1911.02116")
46
 
47
  st.title("Fill Mask | Zabantu-XLM-Roberta")
48
  st.write(f"")
@@ -51,7 +51,7 @@ st.markdown("Zabantu-XLMR refers to a fleet of models trained on different combi
51
 
52
  with st.expander("Read more"):
53
  st.write('''
54
- Authors: Alexis Conneau,Kartikay Khandelwal,Naman Goyal,Vishrav Chaudhary,Guillaume Wenzek,Francisco Guzmán,Edouard Grave,Myle Ott,Luke Zettlemoyer,Veselin Stoyanov
55
  ''')
56
  cit1,cit2 = st.columns(2)
57
  # with cit1:
 
36
  with st.container(border=False):
37
  st.image("logo_transparent_small.png")
38
 
39
+ butt1, butt2, butt3 = st.columns(10)
40
+ # with butt1:
41
+ st.link_button("Github", "https://github.com/dsfsi")
42
  # with butt2:
43
+ st.link_button("Feedback Form", "https://docs.google.com/forms/d/e/1FAIpQLSf7S36dyAUPx2egmXbFpnTBuzoRulhL5Elu-N1eoMhaO7v10w/viewform")
44
  # with butt3:
45
+ st.link_button("arxiv", "https://huggingface.co/papers/1911.02116")
46
 
47
  st.title("Fill Mask | Zabantu-XLM-Roberta")
48
  st.write(f"")
 
51
 
52
  with st.expander("Read more"):
53
  st.write('''
54
+ Authors: Alexis Conneau, Kartikay Khandelwal, Naman Goyal, Vishrav Chaudhary, Guillaume Wenzek, Francisco Guzmán, Edouard Grave, Myle Ott, Luke Zettlemoyer, Veselin Stoyanov
55
  ''')
56
  cit1,cit2 = st.columns(2)
57
  # with cit1: