Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -5,8 +5,8 @@ import pandas as pd
|
|
| 5 |
|
| 6 |
# Define the backend API URL
|
| 7 |
# Replace with the actual URL of your deployed backend API
|
| 8 |
-
BACKEND_API_URL_SINGLE = "https://dpanchali
|
| 9 |
-
BACKEND_API_URL_BATCH = "https://dpanchali
|
| 10 |
|
| 11 |
|
| 12 |
st.title("SuperKart Sales Forecasting")
|
|
|
|
| 5 |
|
| 6 |
# Define the backend API URL
|
| 7 |
# Replace with the actual URL of your deployed backend API
|
| 8 |
+
BACKEND_API_URL_SINGLE = "https://dpanchali-SuperKart-Backend.hf.space/predict_single"
|
| 9 |
+
BACKEND_API_URL_BATCH = "https://dpanchali-SuperKart-Backend.hf.space/predict_batch"
|
| 10 |
|
| 11 |
|
| 12 |
st.title("SuperKart Sales Forecasting")
|