Issue with Running Streamlit

Hi everyone,
I’ve encountered an issue while trying to set up a Streamlit application on a colleague’s computer and would appreciate any help or suggestions.
Situation:

  1. I developed a Streamlit application on my computer.
  2. I installed Anaconda on my colleague’s computer.
  3. I set up the required environment and placed the Streamlit script on his computer.
    Problem:
    When I open the terminal on his computer and enter the command:
streamlit run script_name.py

a Windows dialog box appears asking how I want to open this file. The dialog box does not provide any meaningful option to proceed, and as a result, I cannot launch the application in the browser.
What I’ve tried:
Ensuring Anaconda and Streamlit are properly installed and configured.
In Anaconda Prompt I run:

python --version
conda --version

All details appeared, so I activated environment but still same Issue.

Has anyone else faced this issue or does anyone have any idea how to resolve it? I’m not sure if it’s a problem with Anaconda, Windows or Python itself. Thanks in advance!
streamlit