Spaces:
Running
Running
Rehman1603
commited on
Commit
•
d8c8d42
1
Parent(s):
51c17e5
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def predict_sales(time_frame):
|
|
16 |
'grant_type':'password'
|
17 |
}
|
18 |
response=requests.post(url,data=payload)
|
19 |
-
|
20 |
access_token=response.json()['access_token']
|
21 |
print(access_token)
|
22 |
#fetch all sell data
|
|
|
16 |
'grant_type':'password'
|
17 |
}
|
18 |
response=requests.post(url,data=payload)
|
19 |
+
print(response.text)
|
20 |
access_token=response.json()['access_token']
|
21 |
print(access_token)
|
22 |
#fetch all sell data
|