--- title: SuperKart Forecast UI emoji: 🛒 colorFrom: blue colorTo: green sdk: streamlit sdk_version: "1.38.0" app_file: app.py pinned: false --- # SuperKart Forecast UI (Streamlit) A Streamlit interface for the **SuperKart Forecast API**. - The backend API is configured via the `BACKEND_URL` Space variable (and can be overridden in the sidebar). - Use **Test Backend Health** to verify connectivity. - Use **Predict** for single-row inference. - Use **Batch prediction via CSV** for bulk inference. ## Typical Backend URL https://diogenemudenge-superkart-forecast-api.hf.space/ ## Required Columns (typical) - `Store_Establishment_Year` - `Product_Weight` - `Product_Allocated_Area` - `Product_MRP` - `Store_Size` - `Store_Location_City_Type` - `Store_Type` - `Product_Sugar_Content` - `Product_Type` > Note: The UI expects **Store_Establishment_Year** (not Store_Age). The backend aligns columns safely. ## Environment - `BACKEND_URL` → e.g. `https://diogenemudenge-superkart-forecast-api.hf.space/`