Rajesh6 commited on
Commit
f08fbe1
·
verified ·
1 Parent(s): 9e6d610

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("🏏 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
 
 
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