abhicodes commited on
Commit
518615e
·
1 Parent(s): ede3397

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,8 +18,8 @@ def filter_data(dataset_name='', name_x='', name_y='', start_date=''):
18
  return filtered_df
19
 
20
 
21
- title = "T20i Score Prediction"
22
- description = "Predict the score of a T20i match."
23
 
24
  # Define the input components for the Gradio interface
25
  dataset_selector = gr.Dropdown(choices=list(datasets.keys()), label='Select Dataset')
 
18
  return filtered_df
19
 
20
 
21
+ title = "Players Performance"
22
+ description = "Get the performance of each player in the match."
23
 
24
  # Define the input components for the Gradio interface
25
  dataset_selector = gr.Dropdown(choices=list(datasets.keys()), label='Select Dataset')