Omnibus commited on
Commit
8786019
1 Parent(s): 0d9e44b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -10,10 +10,9 @@ def sort_doc(in_list,steps_in=8,control=None):
10
  ######################################
11
  key_cnt=len(sen_list)
12
  print(key_cnt)
13
-
 
14
  if not steps_in:
15
- control_char=list(control_json['control'])
16
- char_len=len(control_char)
17
  n_cnt=0
18
  nx=key_cnt
19
  while True:
 
10
  ######################################
11
  key_cnt=len(sen_list)
12
  print(key_cnt)
13
+ control_char=list(control_json['control'])
14
+ char_len=len(control_char)
15
  if not steps_in:
 
 
16
  n_cnt=0
17
  nx=key_cnt
18
  while True: