From 40476238da9bca3d178357a942178b50d89d7636 Mon Sep 17 00:00:00 2001 From: Eshrath027 Date: Wed, 7 Jan 2026 12:40:41 +0530 Subject: [PATCH] minor change --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 80e07d5..6697118 100644 --- a/app.py +++ b/app.py @@ -143,7 +143,7 @@ async def end_node(state: ChatState): async def run_chat(): state = {"messages": [], "zip_code": None, "attempts": 0} - print("BOT: Please provide your 5-digit ZIP code.") + print("BOT: Please provide your 5-digit ZIP code") while state["attempts"] < 5 and not state["zip_code"]: user_msg = input("YOU: ")