Spaces:
Sleeping
Sleeping
Commit
·
a40ed92
1
Parent(s):
79c7f0b
enhance
Browse files
app.py
CHANGED
|
@@ -256,7 +256,7 @@ def user_selection_and_prediction():
|
|
| 256 |
players = player_list[predicted_winner]
|
| 257 |
predicted_motm = st.selectbox("Predicted Man of the Match", players)
|
| 258 |
|
| 259 |
-
bid_points = st.number_input("Bid Points", min_value=min_bid_points, value=
|
| 260 |
|
| 261 |
if st.button("Submit Prediction"):
|
| 262 |
submit_prediction(user_name, match_id, predicted_winner, predicted_motm, bid_points, max_bid_points)
|
|
|
|
| 256 |
players = player_list[predicted_winner]
|
| 257 |
predicted_motm = st.selectbox("Predicted Man of the Match", players)
|
| 258 |
|
| 259 |
+
bid_points = st.number_input("Bid Points", min_value=min_bid_points, value=min_bid_points, format="%d")
|
| 260 |
|
| 261 |
if st.button("Submit Prediction"):
|
| 262 |
submit_prediction(user_name, match_id, predicted_winner, predicted_motm, bid_points, max_bid_points)
|