Sephfox commited on
Commit
b4ab2ce
·
verified ·
1 Parent(s): a244cb0

Update app.py

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