Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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 |
|