Sephfox commited on
Commit
4559acd
·
verified ·
1 Parent(s): f5e527c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -577,7 +577,7 @@ if uploaded_file is not None:
577
 
578
  if st.button("Simulate Interaction"):
579
  # Simulate interaction at the clicked point
580
- if clicked_points:
581
  touch_x, touch_y = clicked_points[-1]
582
 
583
  sensation = sensation_map[touch_y, touch_x]
 
577
 
578
  if st.button("Simulate Interaction"):
579
  # Simulate interaction at the clicked point
580
+ if clicked_points:
581
  touch_x, touch_y = clicked_points[-1]
582
 
583
  sensation = sensation_map[touch_y, touch_x]