Jay-Rajput commited on
Commit
8322a2b
·
1 Parent(s): 030a527
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ def submit_prediction(
154
  st.error("Prediction submission time has passed. Predictions can't be submitted after match start.")
155
  return
156
 
157
- bid_points = int(bid_points)
158
  if bid_points < min_bid_points:
159
  st.error(
160
  f"Oops, your bid is too low! 🚫 Minimum allowed bid is {min_bid_points} (10% of your points)."
 
154
  st.error("Prediction submission time has passed. Predictions can't be submitted after match start.")
155
  return
156
 
157
+ st.write(f"Bid points range you can submit: {bid_points} and {min_bid_points} to {max_bid_points}")
158
  if bid_points < min_bid_points:
159
  st.error(
160
  f"Oops, your bid is too low! 🚫 Minimum allowed bid is {min_bid_points} (10% of your points)."