Jiranuwat commited on
Commit
73e9e0d
·
1 Parent(s): cb36f21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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