cassiomo commited on
Commit
dd0fd7c
·
verified ·
1 Parent(s): 9822c04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -208,10 +208,10 @@ fig_bar.update_layout(title='Top 10 Defensive Teams', # Set the title
208
  # Display the bar chart
209
  st.plotly_chart(fig_bar)
210
 
211
- sns.barplot(data=fifa_defense_top10, x='defense_score', y='team', color="#7F1431")
212
- plt.xlabel('Defense Score', size=20)
213
- plt.ylabel('Team', size=20)
214
- plt.title("Top 10 Defense Teams")
215
 
216
  # ### Do Home teams have any advantage?
217
 
 
208
  # Display the bar chart
209
  st.plotly_chart(fig_bar)
210
 
211
+ # sns.barplot(data=fifa_defense_top10, x='defense_score', y='team', color="#7F1431")
212
+ # plt.xlabel('Defense Score', size=20)
213
+ # plt.ylabel('Team', size=20)
214
+ # plt.title("Top 10 Defense Teams")
215
 
216
  # ### Do Home teams have any advantage?
217