jarvisx17 commited on
Commit
77ff22c
1 Parent(s): ad9b9a4

Update levels.py

Browse files
Files changed (1) hide show
  1. levels.py +1 -1
levels.py CHANGED
@@ -6,7 +6,7 @@ import warnings
6
  warnings.simplefilter(action='ignore', category=FutureWarning)
7
  warnings.filterwarnings('ignore')
8
 
9
- df_logo = pd.read_csv("https://raw.githubusercontent.com/jarvisx17/nifty500/main/Nifty500.csv")
10
 
11
  def calculate_profit(ltp, share, entry):
12
  tgt1 = entry + (0.02 * entry)
 
6
  warnings.simplefilter(action='ignore', category=FutureWarning)
7
  warnings.filterwarnings('ignore')
8
 
9
+ df_logo = pd.read_csv("https://raw.githubusercontent.com/jarvisx17/nifty500/main/Stocks.csv")
10
 
11
  def calculate_profit(ltp, share, entry):
12
  tgt1 = entry + (0.02 * entry)