Connection timed out

Hey Team,
I found the solution for high latency network (Ex. Hughes, Latency is grater than 500ms). for Streamlit, version 1.3.0

Solution: Steps:

  1. Go to the Streamlit js folder, which is at following location for windows pc,

C:\Users<username>\PycharmProjects\pythonProject\venv\Lib\site-packages\streamlit\static\static\js

  1. Open the main.c08d602e.chunk.js file
  2. Find time period by searching “1e3” replace time out period which is “1e3” with “1e4”.
  3. Save the js file and rerun the Streamlit app file.

Thank you.