wenjun99 commited on
Commit
adfc098
·
verified ·
1 Parent(s): df3d2a3

Update src/app.py

Browse files
Files changed (1) hide show
  1. src/app.py +1 -2
src/app.py CHANGED
@@ -499,8 +499,7 @@ with tab3:
499
  # =====================================================
500
  st.markdown("#### 3️⃣ 2D Density Heatmap")
501
  st.caption("Binned heatmap of editing values by position — similar to a FACS density plot.")
502
-
503
- y_bins = st.slider("Vertical bins:", min_value=20, max_value=150, value=60, key="heatmap_ybins")
504
 
505
  positions_unique = sorted(melted["Position_idx"].unique())
506
  n_positions = len(positions_unique)
 
499
  # =====================================================
500
  st.markdown("#### 3️⃣ 2D Density Heatmap")
501
  st.caption("Binned heatmap of editing values by position — similar to a FACS density plot.")
502
+ y_bins = st.number_input("Vertical bins:", min_value=20, max_value=150, value=60, key="heatmap_ybins")
 
503
 
504
  positions_unique = sorted(melted["Position_idx"].unique())
505
  n_positions = len(positions_unique)