Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -149,8 +149,10 @@ with st.sidebar:
|
|
149 |
st.write("**LLM for Ingredients:**")
|
150 |
st.write("Qwen/Qwen2.5-Coder-32B-Instruct")
|
151 |
st.markdown("---")
|
152 |
-
st.markdown("<p style='text-align: center;'>Developed by Muhammad Hassan Butt
|
153 |
-
|
|
|
|
|
154 |
st.subheader("Upload a food image:")
|
155 |
|
156 |
# Preset Images
|
|
|
149 |
st.write("**LLM for Ingredients:**")
|
150 |
st.write("Qwen/Qwen2.5-Coder-32B-Instruct")
|
151 |
st.markdown("---")
|
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_rerun()
|
156 |
st.subheader("Upload a food image:")
|
157 |
|
158 |
# Preset Images
|