redfernstech commited on
Commit
3f98815
·
verified ·
1 Parent(s): 6bd05c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ jobs_df = pd.read_csv(file_path)
14
  # Adjust column names as per the CSV
15
  category_column = 'category' # Replace with the actual column name for category
16
  job_title_column = 'title' # Replace with the actual column name for job title
17
- description_column = 'Description'
18
  key_column = 'key'
19
  date_column = 'Date'
20
 
 
14
  # Adjust column names as per the CSV
15
  category_column = 'category' # Replace with the actual column name for category
16
  job_title_column = 'title' # Replace with the actual column name for job title
17
+ description_column = 'description'
18
  key_column = 'key'
19
  date_column = 'Date'
20