Omnibus commited on
Commit
a674250
·
verified ·
1 Parent(s): fe19668

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -86,7 +86,8 @@ def get_nouns(text=text,steps=1):
86
  go=True
87
  a="Z"
88
 
89
- step_allot=char_len*steps
 
90
  div_raw=(step_allot/noun_cnt)
91
  print(div_raw)
92
  div_steps=int(step_allot/noun_cnt)
 
86
  go=True
87
  a="Z"
88
 
89
+ step_allot=char_len**steps
90
+ print(step_allot)
91
  div_raw=(step_allot/noun_cnt)
92
  print(div_raw)
93
  div_steps=int(step_allot/noun_cnt)