tweak example

This commit is contained in:
Will McGugan
2024-09-09 19:36:56 +01:00
parent da00ab3f7b
commit 215d99c050

View File

@@ -98,7 +98,7 @@ if __name__ == "__main__":
"https://textual.textualize.io/blog/2024/09/15/anatomy-of-a-textual-user-interface/"
)
print(
"You will need an OpenAI API key for this example. See https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key"
"You will need an OpenAI API key for this example.\nSee https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key"
)
app = MotherApp()
app.run()