I built an app using streamlit, served it via AWS, and used Route53 to link my website address (http://agtrend.org) with the app’s IP address. However, currently the app is only accessible via (http://agtrend.org:8501/), and I could not figure out how to remove ‘:8501’ from the address. Is this possible to achieve?
Hi @S_L, welcome to the Streamlit community! An issue like this isn’t really Streamlit related, so I don’t have a huge amount of experience here, but it sounds something like the following:
People on this forum tend to use Apache or Nginx, so you might get some inspiration there as well.