thisisdev commited on
Commit
2d065df
·
verified ·
1 Parent(s): 724b7ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def process_input(a, b, c):
48
  # Chain 3
49
  prompt_three = PromptTemplate(
50
  input_variables = ["expanded_story", "language"],
51
- template = "Translate the story: {expanded_story} into {language}?".
52
  )
53
 
54
  chain_three = LLMChain(
 
48
  # Chain 3
49
  prompt_three = PromptTemplate(
50
  input_variables = ["expanded_story", "language"],
51
+ template = "Translate the story: {expanded_story} into {language}?",
52
  )
53
 
54
  chain_three = LLMChain(