Spaces:
Running
Running
File size: 673 Bytes
db72d0b 7c82c28 7cc7db9 db72d0b 070fe7d |
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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
---
title: Name Recommender
emoji: 🔥
colorFrom: green
colorTo: pink
sdk: streamlit
sdk_version: 1.41.1
app_file: app.py
pinned: false
header: mini
short_description: String heuristics to recommend shared names for people.
---
Check out the configuration reference at https://huggingface.co./docs/hub/spaces-config-reference
## Maintenance
Export poetry dependencies:
> poetry export --without-hashes --format=requirements.txt > requirements.txt
## Local testing
Add to `.streamlit/secrets.toml`.
```toml
GIT_URL = ""
```
## Committing
Remove the dynamically downloaded code.
> rm $REPO_NAME
Then, commit as usual.
> git add .
> git commit -m "Commit message" |