Streamlit application demo for GCS10004-07-2022F (Handong Global University)
- GitHub account
- git software
- Streamlit account
If not already done.
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
git add README.md
git add menu.png
git add kiosk.py
git commit -m "Initial"
git remote add origin https://github.com/hisplan2/bigmac-kiosk.git
where hisplan2
should be replaced with your own GitHub username.
git push -u origin master
git add README.md
git add menu.png
git add kiosk.py
git commit -m "Initial"
git push