HassanDataSci commited on
Commit
44d1a69
·
verified ·
1 Parent(s): 7181caa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -210,3 +210,7 @@ if uploaded_file is not None:
210
 
211
  else:
212
  st.info("Please select or upload an image to get started.")
 
 
 
 
 
210
 
211
  else:
212
  st.info("Please select or upload an image to get started.")
213
+
214
+ # Refresh Button
215
+ if st.button("🔄 Refresh App"):
216
+ st.query_params()