Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SciKnowOrg
/
OntoLearner-Benchmark-Metrics
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hamedbabaeigiglou
commited on
May 28
Commit
b0662c8
·
verified
·
1 Parent(s):
58a2a09
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,7 @@
1
import streamlit as st
2
import pandas as pd
3
1
+
import os
2
+
os.environ["HOME"] = os.getcwd()
3
+
4
+
5
import streamlit as st
6
import pandas as pd
7