Update app.py
Browse files
app.py
CHANGED
@@ -14,6 +14,10 @@ st.write(df)
|
|
14 |
|
15 |
df.loc[df['week'] == 42, 'druk'] = 'heel druk'
|
16 |
|
|
|
|
|
|
|
|
|
17 |
button = st.button('do it')
|
18 |
|
19 |
if button:
|
|
|
14 |
|
15 |
df.loc[df['week'] == 42, 'druk'] = 'heel druk'
|
16 |
|
17 |
+
|
18 |
+
hoi= fs.ls("datasets/NENS/wim_data/input_employees/", detail=False)
|
19 |
+
st.write(hoi)
|
20 |
+
|
21 |
button = st.button('do it')
|
22 |
|
23 |
if button:
|