forked from Rockachopa/Timmy-time-dashboard
8 lines
297 B
Python
8 lines
297 B
Python
"""Welcome message shown when the chat panel loads with no history."""
|
|
|
|
WELCOME_MESSAGE = (
|
|
"Mission Control initialized. Timmy ready — awaiting input.\n"
|
|
"Note: I cannot access real-time data such as weather, live feeds,"
|
|
" or current news. Please ask about topics I can handle."
|
|
)
|