OmarN121 commited on
Commit
c0f4c04
·
1 Parent(s): 71afcf5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ warnings.filterwarnings('ignore')
43
  """### First Let's read our data"""
44
 
45
  url = 'https://raw.githubusercontent.com/omnabill/NLP_Task/main/flask-app/Job%20titles%20and%20industries.csv'
46
- df = pd.read_csv(url, index_col=0)
47
 
48
  df.head()
49
 
 
43
  """### First Let's read our data"""
44
 
45
  url = 'https://raw.githubusercontent.com/omnabill/NLP_Task/main/flask-app/Job%20titles%20and%20industries.csv'
46
+ df = pd.read_csv(url)
47
 
48
  df.head()
49