Update app.py
Browse files
app.py
CHANGED
@@ -20,9 +20,11 @@ if button:
|
|
20 |
|
21 |
st.write(df)
|
22 |
|
23 |
-
with fs.open("NENS/wim_data/
|
24 |
f.write("text,label")
|
25 |
f.write("Fantastic movie!,good")
|
|
|
|
|
26 |
|
27 |
#df.to_csv("hf://spaces/NENS/test/test.csv")
|
28 |
print('het werkt!')
|
|
|
20 |
|
21 |
st.write(df)
|
22 |
|
23 |
+
with fs.open("NENS/wim_data/input_employees/esther.csv", "w") as f:
|
24 |
f.write("text,label")
|
25 |
f.write("Fantastic movie!,good")
|
26 |
+
|
27 |
+
#https://huggingface.co/datasets/NENS/wim_data/resolve/main/input_employees/esther.csv
|
28 |
|
29 |
#df.to_csv("hf://spaces/NENS/test/test.csv")
|
30 |
print('het werkt!')
|