Ashar086 commited on
Commit
6ae128f
·
verified ·
1 Parent(s): e6701c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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