Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,9 +80,9 @@ SECTORS = {
|
|
| 80 |
# File paths configuration
|
| 81 |
WORKSPACE_ROOT = os.path.dirname(os.path.abspath(__file__))
|
| 82 |
DATA_PATHS = {
|
| 83 |
-
'news_file':'historical_financial_news_with_reactions.json',
|
| 84 |
-
'embeddings_file':'historical_news_embeddings.npy',
|
| 85 |
-
'faiss_index':'financial_news_index.faiss'
|
| 86 |
}
|
| 87 |
|
| 88 |
# Initialize global variables
|
|
|
|
| 80 |
# File paths configuration
|
| 81 |
WORKSPACE_ROOT = os.path.dirname(os.path.abspath(__file__))
|
| 82 |
DATA_PATHS = {
|
| 83 |
+
'news_file': 'historical_financial_news_with_reactions.json',
|
| 84 |
+
'embeddings_file': 'historical_news_embeddings.npy',
|
| 85 |
+
'faiss_index': 'financial_news_index.faiss'
|
| 86 |
}
|
| 87 |
|
| 88 |
# Initialize global variables
|