- Welcome to My Analysis Streamlit App! This app provides simple analyses on subjects such as the US retail and food services, statistical resampling methods, and more.
- This app is demo to demonstrate and understand how streamlit works.
- Multi-page Streamlit application
- Uses sliders, buttons, and progress bars
- Retrieves data via SQL queries or directly from CSV files
- Python 3.9+
To run this Streamlit app locally, follow these steps:
- Clone this repository
git clone https://github.com/Crossoufire/LitApp.git
- Install the required dependencies
pip install -r requirements.txt
- Run the Streamlit app
python -m streamlit run Hello.py