Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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?"
|