name_recommender / README.md
justinxzhao's picture
Update short description
7cc7db9

A newer version of the Streamlit SDK is available: 1.42.0

Upgrade
metadata
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.

GIT_URL = ""

Committing

Remove the dynamically downloaded code.

rm $REPO_NAME

Then, commit as usual.

git add . git commit -m "Commit message"