mirror of
https://github.com/tcsenpai/llamapedia.git
synced 2025-06-06 02:55:22 +00:00
7 lines
115 B
Batchfile
7 lines
115 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
cd ..
|
|
streamlit run src/main.py
|
|
echo.
|
|
echo Press any key to close this window...
|
|
pause >nul |