Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,8 @@ import numpy as np
|
|
4 |
from scipy.integrate import odeint
|
5 |
import matplotlib.pyplot as plt
|
6 |
|
|
|
|
|
7 |
#dowload file
|
8 |
!curl https://raw.githubusercontent.com/owid/monkeypox/main/owid-monkeypox-data.csv --output myfile.csv
|
9 |
|
|
|
4 |
from scipy.integrate import odeint
|
5 |
import matplotlib.pyplot as plt
|
6 |
|
7 |
+
!pip install -r requirements.txt
|
8 |
+
|
9 |
#dowload file
|
10 |
!curl https://raw.githubusercontent.com/owid/monkeypox/main/owid-monkeypox-data.csv --output myfile.csv
|
11 |
|