Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NENS
/
test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Evanderlaan
commited on
Oct 21, 2024
Commit
a6c740b
·
verified
·
1 Parent(s):
aeaa0f2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -14,5 +14,5 @@ df.loc[df['week'] == 42, 'druk'] = 'heel druk'
14
15
st.write(df)
16
17
-
df.to_csv(
'esther1
.csv
'
)
18
print('het werkt!')
14
15
st.write(df)
16
17
+
df.to_csv(
"hf://spaces/NENS/test/test
.csv
"
)
18
print('het werkt!')