Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
leo-pasi
/
mythesis-chatbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1639f93
mythesis-chatbot
/
scripts
/
run_dashboard.py
leo-pasi
no streamlit dashboard in app
a7fd659
7 months ago
raw
Copy download link
history
blame
Safe
182 Bytes
import
os
from
trulens.core
import
TruSession
from
trulens.dashboard
import
run_dashboard
tru = TruSession(database_url=os.getenv(
"SUPABASE_CONNECTION_STRING"
))
run_dashboard(tru)