svjack commited on
Commit
edadc17
·
1 Parent(s): ee0d36c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import os
2
 
3
- os.system("pip uninstall numpy")
4
  os.system("pip install numpy")
5
  os.system("pip install pandas")
6
 
 
1
  import os
2
 
3
+ os.system("pip uninstall numpy -y")
4
  os.system("pip install numpy")
5
  os.system("pip install pandas")
6