Spaces:
Running
Running
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser | |
.\venv\Scripts\Activate.ps1 #powershell | |
venv\Scripts\activate.bat #cmd | |
streamlit run app.py --server.enableXsrfProtection false | |
your_project/ | |
βββ venv/ # Virtual environment (already created) | |
βββ app.py # Main application file | |
βββ requirements.txt # Dependencies file | |
βββ static/ | |
β βββ uploads/ # For storing uploaded images | |
βββ templates/ # For HTML templates (if using web interface) | |
chat/ | |
β | |
βββ app.py | |
βββ venv/ (optional, ignored in cloud) | |
βββ .streamlit/ | |
βββ config.toml | |