Spaces:
Running
Running
| @echo off | |
| echo Starting SAGAR AdaptiveAuth Framework... | |
| echo. | |
| echo Make sure you have installed the dependencies with: | |
| echo pip install -r requirements.txt | |
| echo. | |
| echo Press any key to start the server... | |
| pause > nul | |
| python main.py |