Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ with col1:
|
|
38 |
if st.button("Submit"):
|
39 |
result = fill_mask(input_sentences)
|
40 |
|
41 |
-
st.markdown("
|
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:
|