Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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):
|