Omnibus commited on
Commit
a0fa291
·
verified ·
1 Parent(s): b1229ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def get_nouns(text=text,steps=1):
54
  print(control_char)
55
  print(control_val)
56
 
57
- json_object={}
58
  noun_list={}
59
  step_list=[]
60
  step_cont_box=[]
 
54
  print(control_char)
55
  print(control_val)
56
 
57
+ json_out={}
58
  noun_list={}
59
  step_list=[]
60
  step_cont_box=[]