sikeaditya commited on
Commit
e1e6422
·
verified ·
1 Parent(s): 6f72660

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def translate_to_marathi(text):
46
 
47
  def fetch_market_data(state=None, district=None, market=None, commodity=None):
48
  """Fetch data from the agricultural market API"""
49
- api_key = os.getenv("data_api_key")
50
  print(api_key)
51
  base_url = "https://api.data.gov.in/resource/9ef84268-d588-465a-a308-a864a43d0070"
52
 
 
46
 
47
  def fetch_market_data(state=None, district=None, market=None, commodity=None):
48
  """Fetch data from the agricultural market API"""
49
+ api_key = "579b464db66ec23bdd000001189bbb99e979428764bdbe8fdd44ebb7"
50
  print(api_key)
51
  base_url = "https://api.data.gov.in/resource/9ef84268-d588-465a-a308-a864a43d0070"
52