Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
|
| 2 |
import streamlit as st
|
| 3 |
-
st.title("BMI Calculator
|
| 4 |
|
| 5 |
weight = st.number_input("Enter your weight (kg):", min_value=1.0, format="%.2f")
|
| 6 |
|
|
|
|
| 1 |
|
| 2 |
import streamlit as st
|
| 3 |
+
st.title("BMI Calculator")
|
| 4 |
|
| 5 |
weight = st.number_input("Enter your weight (kg):", min_value=1.0, format="%.2f")
|
| 6 |
|