Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 =
|
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 |
|