HassanDataSci commited on
Commit
f9cb9e8
·
verified ·
1 Parent(s): a367665

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
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.</p>", unsafe_allow_html=True)
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