Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ if st.button("Predict"):
|
|
| 45 |
try:
|
| 46 |
# Send POST request to backend API
|
| 47 |
response = requests.post(
|
| 48 |
-
"https
|
| 49 |
json=input_data.to_dict(orient='records')[0]
|
| 50 |
)
|
| 51 |
# Process response
|
|
|
|
| 45 |
try:
|
| 46 |
# Send POST request to backend API
|
| 47 |
response = requests.post(
|
| 48 |
+
"https://viveksardey-SuperKartSalesRevPredictionBackend.hf.space/v1/forecast",
|
| 49 |
json=input_data.to_dict(orient='records')[0]
|
| 50 |
)
|
| 51 |
# Process response
|