Hellisotherpeople commited on
Commit
07d2559
β€’
1 Parent(s): 7ba3b15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- rhopalism_len += 1
 
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: ")