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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -339,8 +339,6 @@ st.markdown(custom_css, unsafe_allow_html=True)
339
  AVATAR_WIDTH = 600
340
  AVATAR_HEIGHT = 800
341
 
342
- # Create sensation map
343
- avatar_sensation_map = create_sensation_map(AVATAR_WIDTH, AVATAR_HEIGHT)
344
 
345
  # Create heatmap function
346
  def create_heatmap(sensation_map):
 
339
  AVATAR_WIDTH = 600
340
  AVATAR_HEIGHT = 800
341
 
 
 
342
 
343
  # Create heatmap function
344
  def create_heatmap(sensation_map):