awacke1 commited on
Commit
79470c6
·
1 Parent(s): 8ff8a56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ for message in chat:
77
 
78
  st.header("Final Results")
79
  for team, vote_counts in votes.items():
80
- st.write(f"{team}: {vote_counts[0]} upvotes, {vote_counts[1]} downvotes")
81
 
82
  st.header("Sankey Graph")
83
  fig = create_sankey(votes)
 
77
 
78
  st.header("Final Results")
79
  for team, vote_counts in votes.items():
80
+ st.write(f"{team}: {vote_counts[0]} upvotes, {vote_counts[1]} downvotes")
81
 
82
  st.header("Sankey Graph")
83
  fig = create_sankey(votes)