Spaces:
Running
Running
File size: 713 Bytes
66c9358 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
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 |