osbm commited on
Commit
59c8c74
·
1 Parent(s): 78b3477

also mention image

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()