Sephfox commited on
Commit
06cdccc
·
verified ·
1 Parent(s): feb8639

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -516,7 +516,6 @@ if uploaded_file is not None:
516
  sensation = sensation_map[int(event.ydata), int(event.xdata)]
517
  st.write("### Sensory Data Analysis")
518
  st.write(f"Pain: {sensation[0]:.2f} | Pleasure: {sensation[1]:.2f} | Pressure: {sensation[2]:.2f}")
519
- st.write(f"Temperature: {sensation[3]:.2f} | Texture: {sensation[4]:.2f} | EM Field: {sensation[5]:.2f}")st.write(f"Tickle: {sensation[6]:.2f} | Itch: {sensation[7]:.2f} | Quantum: {sensation[8]:.2f}")
520
  st.write(f"Neural: {sensation[9]:.2f} | Proprioception: {sensation[10]:.2f} | Synesthesia: {sensation[11]:.2f}")
521
 
522
  # Connect the click event to the matplotlib figure
 
516
  sensation = sensation_map[int(event.ydata), int(event.xdata)]
517
  st.write("### Sensory Data Analysis")
518
  st.write(f"Pain: {sensation[0]:.2f} | Pleasure: {sensation[1]:.2f} | Pressure: {sensation[2]:.2f}")
 
519
  st.write(f"Neural: {sensation[9]:.2f} | Proprioception: {sensation[10]:.2f} | Synesthesia: {sensation[11]:.2f}")
520
 
521
  # Connect the click event to the matplotlib figure