J-Rios / test_streamlit

A basic demo project to test Streamlit functionalities. Add a web GUI to your python code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test_streamlit

imagen

A basic demo project to test Streamlit functionalities.

Streamlit is a Python library for simplify creation of web apps.

Add a web GUI to your Python code!

Installation

Follow the next commands to get this project and install it requirements (Streamlit):

git clone https://github.com/J-Rios/test_streamlit
cd test_streamlit
python3 -m pip install -r requirements.txt

Run

To run the Demo, simply use the next command:

python3 -m streamlit run src/streamlit_demo.py

Notes

Here you can find useful Streamlit related information:

About

A basic demo project to test Streamlit functionalities. Add a web GUI to your python code.

License:MIT License


Languages

Language:Python 88.9%Language:Shell 8.2%Language:Batchfile 2.9%