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