Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
geekyrakshit
/
medrag
like
2
Running
App
Files
Files
Community
geekyrakshit
commited on
Oct 26, 2024
Commit
ce9ef0a
·
verified
·
1 Parent(s):
e39a33f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
CHANGED
Viewed
@@ -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