Parthi07 commited on
Commit
5e6d143
·
verified ·
1 Parent(s): a8ed6a3

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -97,6 +97,7 @@ input_data = pd.DataFrame([{
97
  # ================================
98
  # Prediction
99
  # ================================
 
100
  CLASSIFICATION_THRESHOLD = 0.45
101
 
102
  if st.button("🔮 Predict", use_container_width=True):
 
97
  # ================================
98
  # Prediction
99
  # ================================
100
+ # Set the classification threshold
101
  CLASSIFICATION_THRESHOLD = 0.45
102
 
103
  if st.button("🔮 Predict", use_container_width=True):