Spaces:
Running
Running
also mention image
Browse files
app.py
CHANGED
@@ -176,7 +176,7 @@ else: # logged in
|
|
176 |
muscle_level=muscle_level,
|
177 |
uuid_num=uuid_num,
|
178 |
)
|
179 |
-
st.success(f"Vote submitted uuid: {uuid_num} (in case you want to undo the vote)")
|
180 |
with st.spinner("Wait for the upload of the vote", show_time=True):
|
181 |
time.sleep(1)
|
182 |
st.rerun()
|
|
|
176 |
muscle_level=muscle_level,
|
177 |
uuid_num=uuid_num,
|
178 |
)
|
179 |
+
st.success(f"Vote submitted uuid: {uuid_num} for the image: {image_path} (in case you want to undo the vote)")
|
180 |
with st.spinner("Wait for the upload of the vote", show_time=True):
|
181 |
time.sleep(1)
|
182 |
st.rerun()
|