dpanchali commited on
Commit
f3bfcf9
·
verified ·
1 Parent(s): 1296dc9

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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/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")
 
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")