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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ if button:
20
 
21
  st.write(df)
22
 
23
- with fs.open("spaces/NENS/test/test.csv", "w") as f:
24
  f.write("text,label")
25
  f.write("Fantastic movie!,good")
26
 
 
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