diff --git a/README.md b/README.md index ae5e3bb..47b8cd2 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ _Tired of not having any ticket to Suseo station because your SRT is fully booke K-Trains is a Streamlit app that allows you to connect to [Korail](https://www.letskorail.com/) and [SRT](https://etk.srail.kr/)'s APIs to get information and reserve trains in Korea. +> [!Important] +> [Log in issues](https://github.com/fedebotu/k-trains/issues/13): Recently, the deployed Streamlit app has received quite a lot of traffic, and it seems that servers (that are provided for free) may block too many requests to/from Korail or SRT. If this happens, you can either [deploy your own fork on Streamlit](https://docs.streamlit.io/streamlit-community-cloud/deploy-your-app) or [locally deploy](#manual-deployment) it. + ## How to use ### Web UI @@ -53,8 +56,8 @@ FileNotFoundError: No secrets files found. Valid paths for a secrets.toml file a ``` You may follow [this guide](https://docs.streamlit.io/streamlit-community-cloud/deploy-your-app/secrets-management) for managing your own `secrets.toml` file. Moreover, if you do not use Gmail, you should modify the `email_notify` function, particularly at [this line](https://github.com/fedebotu/k-trains/blob/1a1f609600f870f09e3ef8fe4e692cc082fdb3cc/ktrains/notify.py#L49C1-L50C1). -## Disclaimer -Developers are not responsible for any misuse of this application. This application is for educational purposes only. Please use it at your own risk! +> [!WARNING] +> Developers are not responsible for any misuse of this application. This application is for educational purposes only. Please use it at your own risk! ## Screenshots