Spaces:
Running
Running
Update app.py
Browse files
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()
|