piilo / README.md
langdonholmes
Update README
5eb2119
|
raw
history blame
469 Bytes
---
title: Piilo
emoji: πŸƒ
colorFrom: purple
colorTo: purple
sdk: streamlit
sdk_version: 1.10.0
app_file: app.py
pinned: false
license: apache-2.0
---
For development, try working with pipenv:
1. Clone the repository
`git clone https://huggingface.co./spaces/langdonholmes/piilo`
2. Install dependencies from Pipfile
`pip install --user pipenv`
3. Run streamlit app
`streamlit run .\app.py`
TODO:
Create a command line version using Typer in this same repository.