Spaces:
Build error
Build error
Update app.py
Browse files
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:
|
| 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"])
|