Skip to content

CodingAndSharing/graph_intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎈 Blank app template

A simple Streamlit app template for you to modify!

Open in Streamlit

How to run it on your own machine

  1. Install the requirements (https://docs.streamlit.io/get-started/installation/command-line)

    $ python -m venv .venv
    # windows
    $.venv\Scripts\activate.bat
    # linux
    #source ./.venv/bin/activate
    $ pip install -r requirements.txt
    $ pip install st-link-analysis
    
  2. Run the app

    $ streamlit run streamlit_app.py
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages