From b5cd14d476e0e76c5ff5630fd0c4999651fb6de6 Mon Sep 17 00:00:00 2001 From: sssplCodeStar Date: Sun, 10 Mar 2024 02:03:27 +0530 Subject: [PATCH] run.sh changes --- requirements.txt | Bin 4456 -> 4476 bytes run.sh | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 40bc900db8367ee58911cb894031e7aa7fbb6d77..300edd4067be1a117e633bdacf3675165996b0d3 100644 GIT binary patch delta 28 kcmaE%^hasK3|{_Xh7yK&h608}hIEEhhT_eWd9N}90FAr}4gdfE delta 12 UcmeyP^g?OF4BpLacrP#m04ak7y#N3J diff --git a/run.sh b/run.sh index c7a8dcf..d935daa 100644 --- a/run.sh +++ b/run.sh @@ -1 +1,2 @@ -python -m streamlit FRONTEND.py --server.port 8000 --server.address 0.0.0.0 \ No newline at end of file +#!/bin/bash +python -m streamlit run FRONTEND.py --server.port 8000 --server.address 0.0.0.0 \ No newline at end of file