Files
Gaurav Shukla 4b1a0b43ff [WEB] Remove long prompts support
It removes support to long prompts due to higher lag in loading long prompts.

Signed-Off-by: Gaurav Shukla <gaurav@nod-labs>
2022-11-03 18:57:58 +05:30
..
2022-11-03 17:36:24 +05:30
2022-11-03 18:57:58 +05:30
2022-11-03 18:57:58 +05:30
2022-11-02 20:52:34 +05:30

In order to launch SHARK-web, from the root SHARK directory, run:

Linux

IMPORTER=1 ./setup_venv.sh
source shark.venv/bin/activate
cd web
python index.py

Windows

./setup_venv.ps1
cd web
python index.py --local_tank_cache=<current_working_dir>