srbhavya01 commited on
Commit
4ec88e8
·
verified ·
1 Parent(s): ab75a82

Update prompt_builder.py

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