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