Evanderlaan commited on
Commit
b1d9603
·
verified ·
1 Parent(s): 6b19742

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -9,5 +9,9 @@ df = pd.read_csv(csv_url)
9
 
10
  st.write(df)
11
 
 
12
 
13
- df.to_csv('https://huggingface.co/datasets/NENS/wim_data/resolve/main/input_employees/boran.csv')
 
 
 
 
9
 
10
  st.write(df)
11
 
12
+ df = df.append({"week": 50, "druk": 'niet', "note": 'hoi'}, ignore_index=True)
13
 
14
+ st.write(df)
15
+
16
+ df.to_csv('https://huggingface.co/datasets/NENS/wim_data/resolve/main/input_employees/boran.csv')
17
+ print('het werkt!')