runaksh commited on
Commit
93d1cfd
·
1 Parent(s): 21daefd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -71,8 +71,6 @@ async def get_metrics():
71
  update_metrics()
72
  return Response(media_type="text/plain", content= prom.generate_latest())
73
 
74
-
75
- # Gradio interface to generate UI link
76
  # Gradio interface to generate UI link
77
  title = "Patient Survival Prediction"
78
  description = "Predict survival of patient with heart failure, given their clinical record"
 
71
  update_metrics()
72
  return Response(media_type="text/plain", content= prom.generate_latest())
73
 
 
 
74
  # Gradio interface to generate UI link
75
  title = "Patient Survival Prediction"
76
  description = "Predict survival of patient with heart failure, given their clinical record"