fmegahed commited on
Commit
9c314e2
·
1 Parent(s): 6bf09c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,6 +17,7 @@ import requests
17
  ex_data = pd.read_csv('https://raw.githubusercontent.com/fmegahed/tavr_paper/main/data/example_data2.csv')
18
  ex_data = ex_data.to_numpy()
19
  ex_data = ex_data.tolist()
 
20
 
21
 
22
  def predict(age, female, race, elective, aweekend, zipinc_qrtl, hosp_region, hosp_division, hosp_locteach,
 
17
  ex_data = pd.read_csv('https://raw.githubusercontent.com/fmegahed/tavr_paper/main/data/example_data2.csv')
18
  ex_data = ex_data.to_numpy()
19
  ex_data = ex_data.tolist()
20
+ print(ex_data)
21
 
22
 
23
  def predict(age, female, race, elective, aweekend, zipinc_qrtl, hosp_region, hosp_division, hosp_locteach,