jarajpu commited on
Commit
5f755bb
·
1 Parent(s): 215743a

Updating predictions file

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. dis_predictions.csv +5 -0
app.py CHANGED
@@ -7,7 +7,7 @@ import pytz
7
  import streamlit as st
8
 
9
  # File paths as constants
10
- PREDICTIONS_CSV = 'predictions.csv'
11
  USERS_JSON = 'users.json'
12
  MATCHES_JSON = 'matches.json'
13
  OUTCOMES_JSON = 'match_outcomes.json'
 
7
  import streamlit as st
8
 
9
  # File paths as constants
10
+ PREDICTIONS_CSV = 'dis_predictions.csv'
11
  USERS_JSON = 'users.json'
12
  MATCHES_JSON = 'matches.json'
13
  OUTCOMES_JSON = 'match_outcomes.json'
dis_predictions.csv ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ user_name,match_id,predicted_winner,predicted_motm,bid_points
2
+ Sunil,20240325_6,RCB,Glenn Maxwell,900
3
+ Sahil,20240325_6,RCB,Virat Kohli,350
4
+ Vinay,20240325_6,RCB,Faf du Plessis,200
5
+ Megha,20240325_6,RCB,Virat Kohli,500