Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,10 +4,10 @@ import numpy as np
|
|
4 |
from scipy.integrate import odeint
|
5 |
import matplotlib.pyplot as plt
|
6 |
|
7 |
-
|
8 |
|
9 |
#dowload file
|
10 |
-
|
11 |
|
12 |
#read files
|
13 |
data = pd.read_csv('myfile.csv')
|
|
|
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 |
|
12 |
#read files
|
13 |
data = pd.read_csv('myfile.csv')
|