Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,8 +4,6 @@ import numpy as np
|
|
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 |
|
|
|
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 |
|