geekyrakshit commited on
Commit
ce9ef0a
·
verified ·
1 Parent(s): e39a33f

Update app.py

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