Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ if button:
|
|
20 |
|
21 |
st.write(df)
|
22 |
|
23 |
-
with fs.open("
|
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 |
|