Evanderlaan commited on
Commit
4c181bb
·
verified ·
1 Parent(s): 91825e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,7 +5,7 @@ import pandas as pd
5
  # Load your dataset (replace 'your-dataset' with the actual dataset name)
6
  csv_url = 'https://huggingface.co/datasets/NENS/wim_data/resolve/main/input_employees/boran.csv'
7
 
8
- df = pd.read_csv(csv_url)
9
 
10
  st.write(df)
11
 
@@ -14,5 +14,5 @@ df.loc[df['week'] == 42, 'druk'] = 'heel druk'
14
 
15
  st.write(df)
16
 
17
- df.to_csv('https://huggingface.co/datasets/NENS/wim_data/resolve/main/input_employees/boran.csv')
18
  print('het werkt!')
 
5
  # Load your dataset (replace 'your-dataset' with the actual dataset name)
6
  csv_url = 'https://huggingface.co/datasets/NENS/wim_data/resolve/main/input_employees/boran.csv'
7
 
8
+ df = pd.read_csv('esther.csv')
9
 
10
  st.write(df)
11
 
 
14
 
15
  st.write(df)
16
 
17
+ df.to_csv('esther.csv')
18
  print('het werkt!')