Streamlit page is frozen

If you’re creating a **web page is totally frozen, no matter how to refresh, or restart streamlit app. the streamlit run on Windows.*,

Here are more information.

  1. It runs internally.

  2. it runned locally, and can’t access from outside.

  3. Share the full text of the error message (not a screenshot).
    2024-06-24 19:44:52.435 Beginning script thread
    2024-06-24 19:44:52.435 Running script RerunData(widget_states=)
    2024-06-24 19:44:52.436 Disconnecting files for session with ID dce9cc05-a8f4-4567-83a7-9de5dc5271be
    2024-06-24 19:44:52.436 Sessions still active: dict_keys()
    2024-06-24 19:44:52.437 Files: 0; Sessions with files: 0
    2024-06-24 19:44:52.438 Removing orphaned files…
    2024-06-24 19:44:52.574 Script run finished successfully; removing expired entries from MessageCache (max_age=2)
    2024-06-24 19:45:13.504 Watcher created for E:\dropbox\qd_assist\memory_tools.py
    2024-06-24 19:45:13.505 AppSession initialized (id=d7e80143-9086-4a8d-afe4-81ba7fe2ac96)
    2024-06-24 19:45:13.506 Created new session for client 2750374652672. Session ID: d7e80143-9086-4a8d-afe4-81ba7fe2ac96
    2024-06-24 19:45:13.507 Runtime state: RuntimeState.ONE_OR_MORE_SESSIONS_CONNECTED → RuntimeState.ONE_OR_MORE_SESSIONS_CONNECTED
    2024-06-24 19:45:13.508 Received the following back message:
    rerun_script {
    query_string: “query_symbols”
    widget_states {
    }
    }
    2024-06-24 19:45:13.509 Beginning script thread
    2024-06-24 19:45:13.509 Running script RerunData(query_string=‘query_symbols’, widget_states=)
    2024-06-24 19:45:13.509 Disconnecting files for session with ID d7e80143-9086-4a8d-afe4-81ba7fe2ac96
    2024-06-24 19:45:13.510 Sessions still active: dict_keys()
    2024-06-24 19:45:13.510 Files: 0; Sessions with files: 0
    2024-06-24 19:45:13.511 Removing orphaned files…
    2024-06-24 19:45:13.647 Script run finished successfully; removing expired entries from MessageCache (max_age=2)

  4. Share the Streamlit and Python versions.

Streamlit, version 1.36.0
python --version
Python 3.10.5

reboot machine, clear broswser data has no help.
reinstall streamlit has no help.