Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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')
|