Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
import pandas as pd
|
3 |
-
import matplotlib.pyplot as plt
|
4 |
|
5 |
# Function to calculate BMI
|
6 |
def calculate_bmi(weight, height):
|
|
|
1 |
import gradio as gr
|
2 |
import pandas as pd
|
|
|
3 |
|
4 |
# Function to calculate BMI
|
5 |
def calculate_bmi(weight, height):
|