Evanderlaan commited on
Commit
b65873e
·
verified ·
1 Parent(s): b1a1c23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ if button:
24
 
25
  st.write(df)
26
 
27
- with fs.open("datasets/NENS/wim_data/input_employees/test.csv", "w") as f:
28
  f.write("text,label")
29
  f.write("Fantastic movie!,good")
30
 
 
24
 
25
  st.write(df)
26
 
27
+ with fs.open("datasets/NENS/wim_data/input_employees/esther.csv", "w") as f:
28
  f.write("text,label")
29
  f.write("Fantastic movie!,good")
30