Brian Morin commited on
Commit
e304ec8
1 Parent(s): 97cc2fc

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@
2
  # this will create a "chat" directory. This "app.py" file will need to be saved to that chat directory
3
  # change directory in command line to: C:\Users\brian.morin\Documents\HuggingFace\chat
4
  # then do the below. Must do the below everytime I make changes to app.py
 
5
  # 1 -> change directory to: cd C:\Users\brian.morin\Documents\HuggingFace\chat
6
  # 2 git add app.py
7
  # 3. git commit -m "Add application file"
 
2
  # this will create a "chat" directory. This "app.py" file will need to be saved to that chat directory
3
  # change directory in command line to: C:\Users\brian.morin\Documents\HuggingFace\chat
4
  # then do the below. Must do the below everytime I make changes to app.py
5
+
6
  # 1 -> change directory to: cd C:\Users\brian.morin\Documents\HuggingFace\chat
7
  # 2 git add app.py
8
  # 3. git commit -m "Add application file"