streamlit-ollama-chatbot / push_all.bat
melissalau's picture
Re-add config file
be9a2ed
raw
history blame contribute delete
151 Bytes
@echo off
echo Pushing to Hugging Face...
git push origin main
echo Pushing to GitHub...
git push github main
echo Push to both remotes complete.
pause