Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Probabilidad

Streamlit Application

This is a Streamlit application. Follow the instructions below to set up and run the application in a virtual environment.

Setup

  1. Clone the repository:

  2. Create a virtual environment:

    python -m venv venv
  3. Activate the virtual environment:

    • On Windows:

      venv\Scripts\activate
    • On macOS and Linux:

      source venv/bin/activate
  4. Install the requirements:

    pip install -r requirements.txt
  5. Run the Streamlit application:

    streamlit run main.py

Usage

After running the above commands, the Streamlit application should be running on your local machine. Open your web browser and go to http://localhost:8501 to view the application.

Deactivation

To deactivate the virtual environment, simply run:

deactivate

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages