Spaces:
Sleeping
Sleeping
Hellisotherpeople
commited on
Commit
β’
9529331
1
Parent(s):
ef797fb
Update app.py
Browse files
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":
|