From 1a344d2be2a462f2e6962ec16b6a322b8bc0b0a5 Mon Sep 17 00:00:00 2001 From: Alexey Barabanov Date: Mon, 20 Oct 2025 14:03:23 +0300 Subject: [PATCH] RUN.sh update --- RUN.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RUN.sh b/RUN.sh index f024712..81eccd5 100755 --- a/RUN.sh +++ b/RUN.sh @@ -1,3 +1,3 @@ #!/bin/bash -"$(pwd)/.venv/bin/streamlit" run "$(readlink -f $(pwd)/visual.py)" \ No newline at end of file +"$(pwd)/.venv/bin/streamlit" run "$(pwd)/visual.py" \ No newline at end of file