File size: 98 Bytes
47fe4a9
 
 
 
 
1
2
3
4
5
6
@echo off
echo Starting Farmwise Chatbot...
cd /d "%~dp0"
..\venv\Scripts\python.exe app.py
pause