I have a React/Flask app that sends a keyword from react to python and then in python it creates a DF that gets sent back to react as a json object.
Everything works gre