Spaces:
Sleeping
Sleeping
Hellisotherpeople
commited on
Commit
·
07d2559
1
Parent(s):
7ba3b15
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,8 @@ i = length
|
|
118 |
while i > 0:
|
119 |
new_word = get_next_word_without_e(input_sequence= sequence)
|
120 |
sequence = sequence + new_word
|
121 |
-
|
|
|
122 |
i = i-1
|
123 |
|
124 |
st.write("GENERATED SEQUENCE: ")
|
|
|
118 |
while i > 0:
|
119 |
new_word = get_next_word_without_e(input_sequence= sequence)
|
120 |
sequence = sequence + new_word
|
121 |
+
if mode == "rhopalism":
|
122 |
+
rhopalism_len += 1
|
123 |
i = i-1
|
124 |
|
125 |
st.write("GENERATED SEQUENCE: ")
|