Sephfox commited on
Commit
fb64b9c
·
verified ·
1 Parent(s): 42ee59f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -563,7 +563,7 @@ if canvas_result.json_data is not None:
563
  last_touch = objects[-1]
564
  touch_x, touch_y = last_touch["left"], last_touch["top"]
565
 
566
- sensation = avatar_sensation_map[int(touch_y), int(touch_x)]
567
  (
568
  pain, pleasure, pressure_sens, temp_sens, texture_sens,
569
  em_sens, tickle_sens, itch_sens, quantum_sens, neural_sens,
 
563
  last_touch = objects[-1]
564
  touch_x, touch_y = last_touch["left"], last_touch["top"]
565
 
566
+ sensation = avatar_sensation_map[int(touch_y), int(touch_x)]
567
  (
568
  pain, pleasure, pressure_sens, temp_sens, texture_sens,
569
  em_sens, tickle_sens, itch_sens, quantum_sens, neural_sens,