UnarineLeo commited on
Commit
8be109d
·
verified ·
1 Parent(s): b1416f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ with col1:
38
  if st.button("Submit"):
39
  result = fill_mask(input_sentences)
40
 
41
- st.markdown("Examples")
42
  st.code(sample_sentence, wrap_lines=True)
43
 
44
  with col2:
 
38
  if st.button("Submit"):
39
  result = fill_mask(input_sentences)
40
 
41
+ st.markdown("Example")
42
  st.code(sample_sentence, wrap_lines=True)
43
 
44
  with col2: