We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e963e38 commit 6f5bec0Copy full SHA for 6f5bec0
1 file changed
README.md
@@ -29,8 +29,8 @@ uv sync
29
uv run marimo run filter_engine.py
30
31
# Docker
32
-docker build -t osi-browser .
33
-docker run -p 7860:7860 osi-browser
+docker build -t opensyndrome-databrowser .
+docker run -p 7860:7860 opensyndrome-databrowser
34
```
35
36
Then open <http://localhost:7860> in your browser.
@@ -61,6 +61,6 @@ This app is hosted on [Hugging Face Spaces](https://huggingface.co/spaces) using
61
Push to the Space's `main` branch to trigger a rebuild:
62
63
```bash
64
-git remote add space https://huggingface.co/spaces/<your-username>/osi-data-browser
+git remote add space https://huggingface.co/spaces/opensyndrome/osi-data-browser
65
git push space main
66
0 commit comments