broadfield-dev commited on
Commit
ede75db
·
verified ·
1 Parent(s): cf42750

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  from doitall import main
2
  history = []
3
  prompt_in="why is the sky blue?"
 
1
+ import os
2
+ os.system('pip install git+https://github.com/broadfield-dev/Do_it_All')
3
  from doitall import main
4
  history = []
5
  prompt_in="why is the sky blue?"