riteshcp commited on
Commit
aec6489
·
verified ·
1 Parent(s): 7567705

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 'https://huggingface.co/spaces/riteshcp/indian_stock_downloader.py/blob/main/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):
 
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):