-
This is a toy application to test the capabilities of Streamlit framework.
-
Check it out the deployed app on heroku.
- Clone the repository.
git clone https://github.com/ahmetpergamum/streamlitEDApp.git && cd streamlitEDApp
- Create a virtual environment.
virtualenv venv
- Activate the virtual environment.
source venv/bin/activate
- Install requirements.
pip install -r requirements.txt
- Run the app.
streamlit run app.py