Open a new browser on the client machine

In the Python project I’m using, it opens another browser (chromedrive) to log in and extract data. When testing the project, accessed from another computer via “IP:8501”, when I make the call to open the other browser, the browser opens on the main machine (where it is hosted) and not on the machine where the project is accessed (client).
Does anyone know how to instruct me how to make the browser open on the client machine?

Thanks