riteshcp commited on
Commit
ba49ac5
·
verified ·
1 Parent(s): ec60412

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ 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 = 'stock_list.csv' # Update this to the path where you saved the CSV
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 = 'https://huggingface.co/spaces/riteshcp/Indian_Futures_OBV_Downloader/blob/main/ind_nifty500list.csv' # Update this to the path where you saved the CSV
18
 
19
  # Check if the file exists
20
  if not os.path.isfile(csv_file_path):