/test_streamlit

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

Primary LanguagePythonMIT LicenseMIT

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: