Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ st.title('Indian Stock Data Downloader and Volume Analyzer')
|
|
16 |
st.sidebar.header('Select Stocks and Options')
|
17 |
|
18 |
# Path to your CSV file
|
19 |
-
csv_file_path = '
|
20 |
|
21 |
# Check if the file exists
|
22 |
if not os.path.isfile(csv_file_path):
|
|
|
16 |
st.sidebar.header('Select Stocks and Options')
|
17 |
|
18 |
# Path to your CSV file
|
19 |
+
csv_file_path = 'ind_nifty500list.csv' # Ensure this file is uploaded to your Hugging Face Space
|
20 |
|
21 |
# Check if the file exists
|
22 |
if not os.path.isfile(csv_file_path):
|