Update app.py
Browse files
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(
|