Spaces:
Sleeping
Sleeping
williamagyapong
commited on
Update main.py
Browse files
main.py
CHANGED
@@ -142,7 +142,7 @@ def process_user_msg(message, mobile):
|
|
142 |
if persist:
|
143 |
# messenger.send_message(f"{response} \n\n {parsed_trans_data}", mobile)
|
144 |
# Give user the chance to confirm/cancel transaction before processing other intents
|
145 |
-
messenger_reply_button(mobile, f"{response}
|
146 |
else:
|
147 |
messenger.send_message("Please try again!", mobile)
|
148 |
|
|
|
142 |
if persist:
|
143 |
# messenger.send_message(f"{response} \n\n {parsed_trans_data}", mobile)
|
144 |
# Give user the chance to confirm/cancel transaction before processing other intents
|
145 |
+
messenger_reply_button(mobile, f"{response}")
|
146 |
else:
|
147 |
messenger.send_message("Please try again!", mobile)
|
148 |
|