I'm working on a Watson Assistant chatbot that connects to IBM Cloud Functions through Python API. I want to make the chatbot open a local browser window to upload a file from local machine to save it into a database. I'm intending to do that through IBM Cloud Functions Python API.
However, I'm a bit confused on how to make the python API open a local file browser window to make the user select a file from the local machine.
Any help in that, please?
Thanks,