Omnibus commited on
Commit
efb637d
·
verified ·
1 Parent(s): 4f38a9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -152,10 +152,10 @@ def sort_doc(text,steps_in=0,control=None):
152
 
153
  #json_out[out_js]={'nouns':ea}
154
  json_out[str(out_js)]=sen_obj_out
155
- print ("#################")
156
- print (out_js)
157
- print (sen_obj)
158
- print ("#################")
159
 
160
  big_cnt+=1
161
  if big_cnt==key_cnt:
 
152
 
153
  #json_out[out_js]={'nouns':ea}
154
  json_out[str(out_js)]=sen_obj_out
155
+ #print ("#################")
156
+ #print (out_js)
157
+ #print (sen_obj)
158
+ #print ("#################")
159
 
160
  big_cnt+=1
161
  if big_cnt==key_cnt: