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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -31,12 +31,13 @@ def fill_mask(sentences):
31
  def replace_mask(sentence, predicted_word):
32
  return sentence.replace("<mask>", f"**{predicted_word}**")
33
 
 
34
  img1, img2, img3 = st.columns(3)
35
  with img2:
36
  with st.container(border=False):
37
  st.image("logo_transparent_small.png")
38
 
39
- butt1, butt2, butt3, butt4, butt5, butt6, butt7, butt8, butt9, butt10 = st.columns(10)
40
  with butt1:
41
  st.link_button("Github", "https://github.com/dsfsi")
42
  with butt2:
 
31
  def replace_mask(sentence, predicted_word):
32
  return sentence.replace("<mask>", f"**{predicted_word}**")
33
 
34
+ st.write(f"")
35
  img1, img2, img3 = st.columns(3)
36
  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: