Hellisotherpeople commited on
Commit
9529331
β€’
1 Parent(s): ef797fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -138,7 +138,6 @@ def get_next_word_without_e(input_sequence):
138
  j = 0
139
  i = length
140
  while i > 0:
141
- current_digit = int(digits_of_pi[j])
142
  new_word = get_next_word_without_e(input_sequence= sequence)
143
  sequence = sequence + new_word
144
  if mode == "rhopalism" or mode == "rhopalism-lipogram":
 
138
  j = 0
139
  i = length
140
  while i > 0:
 
141
  new_word = get_next_word_without_e(input_sequence= sequence)
142
  sequence = sequence + new_word
143
  if mode == "rhopalism" or mode == "rhopalism-lipogram":