sharsh02 commited on
Commit
12543ef
1 Parent(s): 3e34ce1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -23,6 +23,7 @@ client = InferenceClient(
23
 
24
 
25
  def latest_earning():
 
26
  # URL of the webpage you want to scrape
27
  url = "https://www.moneycontrol.com/markets/earnings/india-inc-earnings/?selected=all"
28
 
 
23
 
24
 
25
  def latest_earning():
26
+ earning_link=[]
27
  # URL of the webpage you want to scrape
28
  url = "https://www.moneycontrol.com/markets/earnings/india-inc-earnings/?selected=all"
29