hf-repo-info / README.md
hahunavth's picture
change readme config
6766c80
|
raw
history blame
No virus
291 Bytes
---
title: Hf Repo Info
emoji: πŸ†
colorFrom: purple
colorTo: purple
sdk: docker
pinned: false
app_port: 8080
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
docker build -t my_streamlit_app .
docker run -p 8080:8080 my_streamlit_app