Jaffermirza17 commited on
Commit
1d2f10b
·
1 Parent(s): b1ddd06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ with gr.Blocks(title=title) as demo:
77
  )
78
 
79
  gr.Markdown("### Click on any of the examples below to see how it works:")
80
- gr.Examples([[24,"Male",4,4,5, 5,4,4,5,5,1,2,3], [24,"Male",4,4,5,3,3,2,1,1,1,2,3]], [age, sex, cp, trtbps, chol, fbs, restecg, thalachh,exng,oldpeak,slp,caa,thall], [label,local_plot], main_func, cache_examples=True)
81
 
82
 
83
  demo.launch()
 
77
  )
78
 
79
  gr.Markdown("### Click on any of the examples below to see how it works:")
80
+ gr.Examples([[77,"Male",3,200,564, 1,2,202,1,6.2,2,4,1], [24,"Male",4,4,5,3,3,2,1,1,1,2,3]], [age, sex, cp, trtbps, chol, fbs, restecg, thalachh,exng,oldpeak,slp,caa,thall], [label,local_plot], main_func, cache_examples=True)
81
 
82
 
83
  demo.launch()