Aarya003 commited on
Commit
5da3388
·
verified ·
1 Parent(s): 270f17d

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -55,7 +55,7 @@ def initialize_resources():
55
  try:
56
  script_dir = os.path.dirname(os.path.abspath(__file__))
57
  # Combine with filename
58
- csv_path = os.path.join(script_dir, 'nasdaq-listed.csv')
59
  # Debug print to logs
60
  print(f"📂 Looking for CSV at: {csv_path}")
61
  nasdaq_df = pd.read_csv('nasdaq-listed.csv')
 
55
  try:
56
  script_dir = os.path.dirname(os.path.abspath(__file__))
57
  # Combine with filename
58
+ csv_path = os.path.join(script_dir, 'src/nasdaq-listed.csv')
59
  # Debug print to logs
60
  print(f"📂 Looking for CSV at: {csv_path}")
61
  nasdaq_df = pd.read_csv('nasdaq-listed.csv')