Airmanv commited on
Commit
8fd1fbd
·
verified ·
1 Parent(s): 4aafe6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -32,6 +32,7 @@ st.markdown(
32
  unsafe_allow_html=True
33
  )
34
 
 
35
  # --- API SETUP ---
36
  ODDS_API_KEY = os.getenv("ODDS_API_KEY")
37
  ODDS_API_URL = "https://api.the-odds-api.com/v4/sports/americanfootball_nfl/odds"
 
32
  unsafe_allow_html=True
33
  )
34
 
35
+
36
  # --- API SETUP ---
37
  ODDS_API_KEY = os.getenv("ODDS_API_KEY")
38
  ODDS_API_URL = "https://api.the-odds-api.com/v4/sports/americanfootball_nfl/odds"