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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  from datasets import load_dataset
2
  import streamlit as st
 
3
 
4
  # Load your dataset (replace 'your-dataset' with the actual dataset name)
5
  csv_url = 'https://huggingface.co/datasets/NENS/wim_data/resolve/main/input_employees/boran.csv'
 
1
  from datasets import load_dataset
2
  import streamlit as st
3
+ import pandas as pd
4
 
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'