Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 764 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 764 Bytes

My Analysis Streamlit App

  • 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.

Features

  • Multi-page Streamlit application
  • Uses sliders, buttons, and progress bars
  • Retrieves data via SQL queries or directly from CSV files

Prerequisites

  • Python 3.9+

Installation

To run this Streamlit app locally, follow these steps:

  1. Clone this repository
git clone https://github.com/Crossoufire/LitApp.git
  1. Install the required dependencies
pip install -r requirements.txt
  1. Run the Streamlit app
python -m streamlit run Hello.py