aibtus commited on
Commit
d9be4ee
·
verified ·
1 Parent(s): 2a15600

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import requests
6
 
7
  # ----------------- CONFIGURATION -----------------
8
  # CRITICAL: REPLACE THIS PLACEHOLDER URL with your actual deployed Docker Space URL
9
- API_URL = "https://aibtus-SuperKartSalesForecastingBackend/predict"
10
 
11
  # Define static categorical options (MUST match preprocessing categories)
12
  CATEGORIES = {
 
6
 
7
  # ----------------- CONFIGURATION -----------------
8
  # CRITICAL: REPLACE THIS PLACEHOLDER URL with your actual deployed Docker Space URL
9
+ API_URL = "https://aibtus-SuperKartSalesForecastingBackend.hf.space/predict"
10
 
11
  # Define static categorical options (MUST match preprocessing categories)
12
  CATEGORIES = {