git clone https://huggingface.co/spaces/cmt8ay/javiproject cd javiproject # replace the placeholder files with the generated ones cp /path/to/app.py . cp /path/to/requirements.txt . git add app.py requirements.txt git commit -m "Replace placeholder app with Gemma + Duffel flight agent" git push