Update app.py
Browse files
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 = "
|
22 |
-
description = "
|
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')
|