Update pages/Automatic_Machine_learning_app.py
Browse files
pages/Automatic_Machine_learning_app.py
CHANGED
|
@@ -48,8 +48,8 @@ st.markdown("""
|
|
| 48 |
""", unsafe_allow_html=True)
|
| 49 |
|
| 50 |
# Load Data
|
| 51 |
-
batting_path = "
|
| 52 |
-
bowling_path = "
|
| 53 |
|
| 54 |
try:
|
| 55 |
batting_df = pd.read_csv(batting_path)
|
|
|
|
| 48 |
""", unsafe_allow_html=True)
|
| 49 |
|
| 50 |
# Load Data
|
| 51 |
+
batting_path = "Teams_batting.csv"
|
| 52 |
+
bowling_path = "team_bowling.csv"
|
| 53 |
|
| 54 |
try:
|
| 55 |
batting_df = pd.read_csv(batting_path)
|