Evanderlaan commited on
Commit
754575e
·
verified ·
1 Parent(s): 191c54a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ 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 = load_dataset('https://huggingface.co/datasets/NENS/wim_data/resolve/main/input_employees/boran.csv')
6
 
7
  df = pd.read_csv(csv_url)
8
 
 
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'
6
 
7
  df = pd.read_csv(csv_url)
8