apruvd commited on
Commit
ada31bd
1 Parent(s): aec945b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ def keywords(text,prompt_num,user_keywords):
146
  # sentence.append(word_1 +", "+ word_2+", " + word_3+", " + word_4)
147
 
148
 
149
- # Add Style Tail Prompt
150
  sentence.append(r.choice(style_prompts))
151
 
152
  print("sentence: ", sentence)
 
146
  # sentence.append(word_1 +", "+ word_2+", " + word_3+", " + word_4)
147
 
148
 
149
+ ## Add Style Tail Prompt
150
  sentence.append(r.choice(style_prompts))
151
 
152
  print("sentence: ", sentence)