UnarineLeo commited on
Commit
cea41aa
1 Parent(s): f3e5e42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -39,9 +39,9 @@ with img2:
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")
@@ -51,11 +51,11 @@ 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
- The chart above shows some numbers I picked for you.
55
- I rolled actual dice for these, so they're *guaranteed* to
56
- be random.
57
  ''')
58
- st.image("https://static.streamlit.io/examples/dice.jpg")
 
 
59
 
60
  col1, col2 = st.columns(2)
61
 
 
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")
 
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:
58
+ with cit2:
59
 
60
  col1, col2 = st.columns(2)
61