diff --git a/routes/processes/nishauri_chatbot.py b/routes/processes/nishauri_chatbot.py index fc157af..aaa1005 100644 --- a/routes/processes/nishauri_chatbot.py +++ b/routes/processes/nishauri_chatbot.py @@ -2,7 +2,7 @@ import sys # take passed variable values - question = sys.argv[1]; +question = sys.argv[1]; #question = 'How do i reschedule appointment?'; #token = sys.argv[2];