Deployment on apache server

I have my python script using streamlit. it runs on local machine. when i deploy it to remote apache 2.4 server. it runs there locally but couldn’t able to open from other machine. I asked my deployment people. They asked me to sub path my streamlit script to /xyz.
Please tell what should i include in my script to do this.???