Philipenko Vladimir commited on
Commit
f998fc5
1 Parent(s): 9d79244

7 more fcking fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,6 +88,6 @@ user_input = st.text_input('What are you thinking about?')
88
  length = len(user_input.split())
89
 
90
  if length > 0:
91
- st.markdown(f'INGSOC sertified: {bert_INGSOC_enhancer(user_input, min([length, 4], 4, 5)}')
92
 
93
 
88
  length = len(user_input.split())
89
 
90
  if length > 0:
91
+ st.markdown(f'INGSOC sertified: {bert_INGSOC_enhancer(user_input, min([length, 4]), 4, 5)}')
92
 
93