Streamlit region

Greetings,

Iā€™m currently working on an application that interfaces with the Binance API. However, Iā€™ve encountered an issue regarding the APIā€™s regional constraints. Specifically, when accessing the API from within the United States, one must utilize the Binance-US API.

Iā€™m curious to know if thereā€™s a way to configure Streamlitā€™s regional settings to operate outside the US

Itā€™s not about regional settings but about where the API calls (appear to) come from. If I am not wrong, streamlit cloud always uses google servers located in the USA, but you can host your app somewhere else or make the calls through a proxy.