1449648578Zyc commited on
Commit
474fa3d
1 Parent(s): fc02a12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def xyz(input_value):
10
  return input_value + 42
11
  model = pickle.load(open('xgb_model', 'rb'))
12
  predictor = model
13
- new_title = '<p style="font-family:sans-serif;font-size: 37px;">Risk prediction of Postoperative <b>Acute Kidney Injury</b> following <b>Total Joint Arthroplasty</b></p>'
14
  st.markdown(new_title, unsafe_allow_html=True)
15
  a_options = {"Tumors of bone and soft tissue": 1,"Fracture of bone": 2,"Degenerative changes of the joints or Rheumatoid arthritis": 3}
16
  b_options = {"Resident Surgeon": 1,"Attending Surgeon": 2,"Consultant Surgeon": 3,}
 
10
  return input_value + 42
11
  model = pickle.load(open('xgb_model', 'rb'))
12
  predictor = model
13
+ new_title = '<p style="font-family:sans-serif;font-size: 30px;">Risk prediction of Postoperative <b>Acute Kidney Injury</b> following <b>Total Joint Arthroplasty</b></p>'
14
  st.markdown(new_title, unsafe_allow_html=True)
15
  a_options = {"Tumors of bone and soft tissue": 1,"Fracture of bone": 2,"Degenerative changes of the joints or Rheumatoid arthritis": 3}
16
  b_options = {"Resident Surgeon": 1,"Attending Surgeon": 2,"Consultant Surgeon": 3,}