UnarineLeo
commited on
Commit
•
ae307e2
1
Parent(s):
f8f19a2
Update app.py
Browse files
app.py
CHANGED
@@ -110,6 +110,7 @@ with col1:
|
|
110 |
|
111 |
else:
|
112 |
warnings.append(f"Warning: No ':' token found in sentence: {sentence} in line {i}")
|
|
|
113 |
|
114 |
if st.button("Submit",use_container_width=True):
|
115 |
result, warnings = fill_mask(input_sentences)
|
|
|
110 |
|
111 |
else:
|
112 |
warnings.append(f"Warning: No ':' token found in sentence: {sentence} in line {i}")
|
113 |
+
st.session_state['warnings'] = warnings
|
114 |
|
115 |
if st.button("Submit",use_container_width=True):
|
116 |
result, warnings = fill_mask(input_sentences)
|