Sephfox commited on
Commit
1673ea6
·
verified ·
1 Parent(s): d4df178

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -341,7 +341,6 @@ AVATAR_HEIGHT = 800
341
 
342
 
343
  # Create heatmap function
344
- def create_heatmap(sensation_map):
345
  overall_sensitivity = np.mean(sensation_map, axis=2)
346
  fig, ax = plt.subplots(figsize=(10, 15))
347
  sns.heatmap(overall_sensitivity, cmap='YlOrRd', alpha=0.7, cbar=False, ax=ax)
 
341
 
342
 
343
  # Create heatmap function
 
344
  overall_sensitivity = np.mean(sensation_map, axis=2)
345
  fig, ax = plt.subplots(figsize=(10, 15))
346
  sns.heatmap(overall_sensitivity, cmap='YlOrRd', alpha=0.7, cbar=False, ax=ax)