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

template mod

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -20,8 +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 {num_words}, "
24
- "{emotions}{literary_style}{character} the following: \n{original_words}\n",
25
  )
26
 
27
 
 
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