Spaces:
Sleeping
Sleeping
Commit
·
85ba4d2
1
Parent(s):
8cd76bd
enhance
Browse files
app.py
CHANGED
|
@@ -244,7 +244,6 @@ def user_selection_and_prediction():
|
|
| 244 |
if user_name != "Select a user...":
|
| 245 |
min_bid_points, max_bid_points = calculate_min_max_bid_points(user_name)
|
| 246 |
st.write(f"Bid points range you can submit: {min_bid_points} to {max_bid_points}")
|
| 247 |
-
st.write(f"min_bid_points: {min_bid_points} ({type(min_bid_points)}), max_bid_points: {max_bid_points} ({type(max_bid_points)})")
|
| 248 |
|
| 249 |
matches = get_today_matches()
|
| 250 |
if matches:
|
|
|
|
| 244 |
if user_name != "Select a user...":
|
| 245 |
min_bid_points, max_bid_points = calculate_min_max_bid_points(user_name)
|
| 246 |
st.write(f"Bid points range you can submit: {min_bid_points} to {max_bid_points}")
|
|
|
|
| 247 |
|
| 248 |
matches = get_today_matches()
|
| 249 |
if matches:
|