Spaces:
Sleeping
Sleeping
Update prompt_builder.py
Browse files- prompt_builder.py +0 -2
prompt_builder.py
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
-
from prompt.bmi import calculate_bmi, bmi_category
|
| 2 |
-
|
| 3 |
def calculate_bmi(weight, height):
|
| 4 |
height_m = height / 100
|
| 5 |
return weight / (height_m ** 2)
|
|
|
|
|
|
|
|
|
|
| 1 |
def calculate_bmi(weight, height):
|
| 2 |
height_m = height / 100
|
| 3 |
return weight / (height_m ** 2)
|