Update app.py
Browse files
app.py
CHANGED
|
@@ -46,8 +46,6 @@ with st.form("prediction_form"):
|
|
| 46 |
'FTM', 'FTA', 'FT%', 'OREB', 'DREB', 'REB', 'AST', 'STL', 'BLK', 'TOV'
|
| 47 |
])
|
| 48 |
|
| 49 |
-
# Ensure there's no unexpected index that could be interpreted as a feature
|
| 50 |
-
input_df.reset_index(drop=True, inplace=True)
|
| 51 |
|
| 52 |
# Attempt prediction
|
| 53 |
try:
|
|
|
|
| 46 |
'FTM', 'FTA', 'FT%', 'OREB', 'DREB', 'REB', 'AST', 'STL', 'BLK', 'TOV'
|
| 47 |
])
|
| 48 |
|
|
|
|
|
|
|
| 49 |
|
| 50 |
# Attempt prediction
|
| 51 |
try:
|