Spaces:
Running
Running
Update Sapp.py
#1
by
Ziyang99
- opened
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(
|