SallySims commited on
Commit
81246cd
·
verified ·
1 Parent(s): 80a3dc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
3
  import pandas as pd
4
  import numpy as np
5
 
6
- st.title("pymulantest: an Anthropometric Indices Estimator")
7
 
8
  # Upload a CSV file
9
  uploaded_file = st.file_uploader("Upload your CSV file", type=["csv"])
 
3
  import pandas as pd
4
  import numpy as np
5
 
6
+ st.title("pymulantest: a batch Anthropometric Indices (27) estimator: data needed age, sex, weight, height, waist circumference, hip circumference")
7
 
8
  # Upload a CSV file
9
  uploaded_file = st.file_uploader("Upload your CSV file", type=["csv"])