nightey3s commited on
Commit
73018c0
·
verified ·
1 Parent(s): 6953fda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from cal import load_model, predict_image, calculate_calories
8
  model = load_model()
9
 
10
  # Set up the sidebar
11
- st.sidebar.title("Green Food Calorie Detector")
12
  st.sidebar.write("Upload an image or use your camera to take a picture.")
13
 
14
  option = st.sidebar.selectbox(
 
8
  model = load_model()
9
 
10
  # Set up the sidebar
11
+ st.sidebar.title("Food Calorie Detector")
12
  st.sidebar.write("Upload an image or use your camera to take a picture.")
13
 
14
  option = st.sidebar.selectbox(