Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -177,7 +177,7 @@ def process_pdfs(file1, file2, sheet):
|
|
| 177 |
'GDP': ['GDP'],
|
| 178 |
'HICP': ['HICP'],
|
| 179 |
'RRE prices': ['RRE', 'residential'],
|
| 180 |
-
'Unemployment' : 'Unemployment',
|
| 181 |
'CRE prices': ['CRE', 'commercial']
|
| 182 |
}
|
| 183 |
# Extract text from both PDFs
|
|
|
|
| 177 |
'GDP': ['GDP'],
|
| 178 |
'HICP': ['HICP'],
|
| 179 |
'RRE prices': ['RRE', 'residential'],
|
| 180 |
+
'Unemployment' : ['Unemployment'],
|
| 181 |
'CRE prices': ['CRE', 'commercial']
|
| 182 |
}
|
| 183 |
# Extract text from both PDFs
|