Jiranuwat commited on
Commit
0caca0c
·
1 Parent(s): 1d88855

Update app.py

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