norsu commited on
Commit
dcb9614
·
1 Parent(s): 637056d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ st.title("Life Expectancy Predictor")
11
  Birth_Rate = st.text_input("Birth Rate")
12
  Fertility_Rate = st.text_input("Fertility Rate")
13
  Infant_mortality = st.text_input("Infant mortality per 1000 births")
14
- Maternal_mortality_ratio = st.text_input("Maternal mortality ratio per 1000 births")
15
  Physicians_per_thousand = st.text_input("Physicians per 1000")
16
 
17
 
 
11
  Birth_Rate = st.text_input("Birth Rate")
12
  Fertility_Rate = st.text_input("Fertility Rate")
13
  Infant_mortality = st.text_input("Infant mortality per 1000 births")
14
+ Maternal_mortality_ratio = st.text_input("Maternal mortality per 100000 births")
15
  Physicians_per_thousand = st.text_input("Physicians per 1000")
16
 
17