geekyrakshit commited on
Commit
e6f968c
1 Parent(s): ce9ef0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,6 +1,7 @@
 
1
  import wandb
2
 
3
- wandb.login(relogin=True)
4
 
5
 
6
  import streamlit as st
 
1
+ import os
2
  import wandb
3
 
4
+ wandb.login(relogin=True, key=os.getenv("WANDB_API_KEY"))
5
 
6
 
7
  import streamlit as st