Spaces:
Sleeping
Sleeping
redfernstech
commited on
Update app.py
Browse files
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 = '
|
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 |
|