Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,8 @@ st.title('Indian Stock Data Downloader and Volume Analyzer')
|
|
14 |
st.sidebar.header('Select Stocks and Options')
|
15 |
|
16 |
# Path to your new CSV file
|
17 |
-
csv_file_path = '
|
|
|
18 |
|
19 |
# Check if the file exists
|
20 |
if not os.path.isfile(csv_file_path):
|
|
|
14 |
st.sidebar.header('Select Stocks and Options')
|
15 |
|
16 |
# Path to your new CSV file
|
17 |
+
csv_file_path = 'stock_list.csv'
|
18 |
+
#csv_file_path = 'https://huggingface.co/spaces/riteshcp/Indian_Futures_OBV_Downloader/blob/main/ind_nifty500list.csv' # Update this to the path where you saved the CSV
|
19 |
|
20 |
# Check if the file exists
|
21 |
if not os.path.isfile(csv_file_path):
|