Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -142,10 +142,7 @@ else:
|
|
142 |
st.warning(f"Banner image '{banner_image_path}' not found.")
|
143 |
|
144 |
|
145 |
-
|
146 |
-
if st.button("🔄 Refresh App"):
|
147 |
-
st.query_params()
|
148 |
-
st.subheader("Upload a food image:")
|
149 |
|
150 |
# Preset Images
|
151 |
preset_images = {
|
|
|
142 |
st.warning(f"Banner image '{banner_image_path}' not found.")
|
143 |
|
144 |
|
145 |
+
|
|
|
|
|
|
|
146 |
|
147 |
# Preset Images
|
148 |
preset_images = {
|