Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,7 @@ with st.sidebar:
|
|
152 |
st.markdown("<p style='text-align: center;'>Developed by Muhammad Hassan Butt, Jagmeet Minhas and Colin Wong</p>", unsafe_allow_html=True)
|
153 |
# Refresh Button
|
154 |
if st.button("🔄 Refresh App"):
|
155 |
-
st.
|
156 |
st.subheader("Upload a food image:")
|
157 |
|
158 |
# Preset Images
|
|
|
152 |
st.markdown("<p style='text-align: center;'>Developed by Muhammad Hassan Butt, Jagmeet Minhas and Colin Wong</p>", unsafe_allow_html=True)
|
153 |
# Refresh Button
|
154 |
if st.button("🔄 Refresh App"):
|
155 |
+
st.experimental_set_query_params()
|
156 |
st.subheader("Upload a food image:")
|
157 |
|
158 |
# Preset Images
|