File size: 469 Bytes
cf5e6c9
 
 
 
 
 
 
 
 
 
 
 
5eb2119
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
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.