pranit144 commited on
Commit
210c354
·
verified ·
1 Parent(s): 14b7a59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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