joeyanuff commited on
Commit
c2b2162
1 Parent(s): 18f4923

knock-knock fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ def transform_text(desc, openai_api_key, temperature, llm_chain, num_words,
103
  literary_style_str = "as a limerick"
104
  # elif literary_style == "Joke":
105
  # literary_style_str = "as a very funny joke with a setup and punchline"
106
- elif literary_style == "Knock-knock, ":
107
  literary_style_str = "as a very funny knock-knock joke"
108
 
109
  character_str = "as if written by The Old Lady Who Swallowed A Fly, "
 
103
  literary_style_str = "as a limerick"
104
  # elif literary_style == "Joke":
105
  # literary_style_str = "as a very funny joke with a setup and punchline"
106
+ elif literary_style == "Knock-knock":
107
  literary_style_str = "as a very funny knock-knock joke"
108
 
109
  character_str = "as if written by The Old Lady Who Swallowed A Fly, "