Evanderlaan commited on
Commit
9ac4415
·
verified ·
1 Parent(s): 0877757

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -20,9 +20,11 @@ if button:
20
 
21
  st.write(df)
22
 
23
- with fs.open("NENS/wim_data/test.csv", "w") as f:
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!')