Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,8 +57,8 @@ else:
|
|
| 57 |
|
| 58 |
# **NEW: Display message if no data is available**
|
| 59 |
if 'batting_df' not in locals() or 'bowling_df' not in locals():
|
| 60 |
-
st.title("
|
| 61 |
-
st.write("Please upload Batting and Bowling CSV files from the sidebar to start the analysis.")
|
| 62 |
st.stop() # Stop execution to prevent errors
|
| 63 |
|
| 64 |
|
|
|
|
| 57 |
|
| 58 |
# **NEW: Display message if no data is available**
|
| 59 |
if 'batting_df' not in locals() or 'bowling_df' not in locals():
|
| 60 |
+
st.title("Welcome to the Cricket Player 🏏 Analytics Dashboard!")
|
| 61 |
+
st.write(" ### Please upload Batting and Bowling CSV files from the sidebar to start the analysis.")
|
| 62 |
st.stop() # Stop execution to prevent errors
|
| 63 |
|
| 64 |
|