Tested Places query with python webapp.py and attached the screenshot
Conflicts if any: None
Checklist:
[x] Read the contributing guidelines
[x] All coding conventions are followed
[x] Style guidelines for this project have been followed
[x] 4 space indentation is used
[x] Relevant comments are added
[x] The code has been tested
[x] No new warnings are generated
Screenshots:
Other Information:
GMaps Places API can take any query that doesn't fall in the set of predefined keywords and use it as it's searching query. In case of invalid input to Places API, the MapBot returns the default response it got back from the database functions.
Fixes #136
Description:
chatbot.py
python init.py
python webapp.py
and attached the screenshotChecklist:
Screenshots:
Other Information:
GMaps Places API can take any query that doesn't fall in the set of predefined keywords and use it as it's searching query. In case of invalid input to Places API, the MapBot returns the default response it got back from the database functions.
@vishakha-lall