Anupam251272 commited on
Commit
aa16518
·
verified ·
1 Parent(s): 6945642

Update git

Browse files
Files changed (1) hide show
  1. git +6 -3
git CHANGED
@@ -1,3 +1,6 @@
1
- git add app.py
2
- git commit -m "Handled missing HF_TOKEN gracefully"
3
- git push
 
 
 
 
1
+ cd indian_recipe_bot
2
+ git init
3
+ git add .
4
+ git commit -m "Initial commit"
5
+ git remote add origin <https://huggingface.co/spaces/Anupam251272/JOSHI-AI-Chef/edit/main/git> # Replace with your space URL
6
+ git push -u origin main