Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Seetha
/
writ_fil
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Seetha
commited on
Aug 3, 2023
Commit
65d1ed4
·
1 Parent(s):
cd23978
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -9,4 +9,5 @@ with open('level2.json','r+') as fi:
9
fi.seek(0)
10
fi.write('Hello world')
11
fi.truncate()
12
9
fi.seek(0)
10
fi.write('Hello world')
11
fi.truncate()
12
+
st.write(os.path.abspath("level2.json"))
13