anapaulagomes commited on
Commit
2e2cb5b
·
verified ·
1 Parent(s): 3eaffa4

Sync from GitHub via hub-sync

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -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
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
65
  git push space main
66
  ```
 
29
  uv run marimo run filter_engine.py
30
 
31
  # Docker
32
+ docker build -t opensyndrome-databrowser .
33
+ docker run -p 7860:7860 opensyndrome-databrowser
34
  ```
35
 
36
  Then open <http://localhost:7860> in your browser.
 
61
  Push to the Space's `main` branch to trigger a rebuild:
62
 
63
  ```bash
64
+ git remote add space https://huggingface.co/spaces/opensyndrome/osi-data-browser
65
  git push space main
66
  ```