Spaces:
Running
Running
Update Sapp.py (#1)
Browse files- Update Sapp.py (00fa7912a30a2c586702b35a2005c760bca33639)
Co-authored-by: Hong Ziyang <[email protected]>
Sapp.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("
|
| 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(
|