joeyanuff commited on
Commit
061fdfb
·
1 Parent(s): 38f33d8

quote removed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ CHARACTER_DEFAULT = "The Old Lady Who Swallowed A Fly"
20
  # )
21
  PROMPT_TEMPLATE = PromptTemplate(
22
  input_variables=["original_words", "num_words", "emotions", "literary_style", "character"],
23
- template="Express the following {num_words},"{emotions}{literary_style}{character}: \n{original_words}\n",
24
  )
25
 
26
 
 
20
  # )
21
  PROMPT_TEMPLATE = PromptTemplate(
22
  input_variables=["original_words", "num_words", "emotions", "literary_style", "character"],
23
+ template="Express the following {num_words}, {emotions}{literary_style}{character}: \n{original_words}\n",
24
  )
25
 
26