topshelf-poc / README.md
Dan Biagini
working based with multipage nav
6d4cc80
|
raw
history blame
554 Bytes
metadata
title: Topshelf
emoji: πŸš€
colorFrom: blue
colorTo: indigo
sdk: streamlit
sdk_version: 1.38.0
app_file: Home.py
pinned: false

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

Dev install virtual environment -- python 3.11.5

python -m venv .venv source .venv/bin/activate

Update requirements.txt

pip freeze > requirements.txt

Manual Testing

To run in google cloud shell: streamlit run src/app.py --browser.serverAddress 8501-$WEB_HOST --browser.serverPort 80