Viksluij commited on
Commit
f0c5a0e
1 Parent(s): 18f27b6

Toevoegen van terminal commands bestand

Browse files
Files changed (1) hide show
  1. terminalCommands.txt +7 -0
terminalCommands.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ---("Voor het toevoegen van de app aan huggingface")---
2
+
3
+ git add app.py
4
+ git commit -m "Add application file"
5
+ git push
6
+
7
+ -------------------------------------------------------