LangChain - Prompt Templates
What is the issue with this code snippet?
from langchain.prompts import PromptTemplate
prompt = PromptTemplate(template="Greetings, {user}!")
print(prompt.format(username="Alice"))