DD8943 commited on
Commit
eeeb904
·
verified ·
1 Parent(s): d19d190

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ product_data = {
33
  # Predict button and API call
34
  if st.button("Predict", type='primary'):
35
  response = requests.post(
36
- "https://DD8943.hf.space/v1/predict",
37
  json=product_data
38
  )
39
  if response.status_code == 200:
 
33
  # Predict button and API call
34
  if st.button("Predict", type='primary'):
35
  response = requests.post(
36
+ "https://DD8943-superkart-regression-app.hf.space/v1/predict",
37
  json=product_data
38
  )
39
  if response.status_code == 200: