RUN.sh update

This commit is contained in:
Alexey Barabanov
2025-10-20 14:03:23 +03:00
parent 2bd99cf663
commit 1a344d2be2

2
RUN.sh
View File

@@ -1,3 +1,3 @@
#!/bin/bash
"$(pwd)/.venv/bin/streamlit" run "$(readlink -f $(pwd)/visual.py)"
"$(pwd)/.venv/bin/streamlit" run "$(pwd)/visual.py"