Skip to content

Commit 6340836

Browse files
committed
refactor: remove run_both.py and update launch task to execute streamlit directly
1 parent d6f2cc2 commit 6340836

3 files changed

Lines changed: 1 addition & 29 deletions

File tree

capabilities/data-visualizer/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ pixi run launch
1111

1212
Streamlit listens on `http://localhost:8501` by default.
1313

14-
To start both the Data Visualizer and the companion `llamacpp` server simultaneously:
15-
```bash
16-
python run_both.py
17-
```
1814

1915
### Workflow
2016

capabilities/data-visualizer/pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ environment = "default"
3434
runs-in = "browser"
3535

3636
[tasks]
37-
launch = { cmd = "python run_both.py" }
37+
launch = { cmd = "streamlit run app.py --server.headless true --browser.gatherUsageStats false" }

capabilities/data-visualizer/run_both.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)