LangChain - Fundamentals
Identify the error in this LangChain code snippet:
from langchain.prompts import PromptTemplate
prompt = PromptTemplate(template='Hello {name}', input_variables='name')