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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -564,11 +564,11 @@ if canvas_result.json_data is not None:
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,
570
  proprioception_sens, synesthesia_sens
571
- ) = sensation
572
 
573
 
574
 
 
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,
570
  proprioception_sens, synesthesia_sens
571
+ ) = sensation
572
 
573
 
574