viveksardey commited on
Commit
995ed05
·
verified ·
1 Parent(s): b0a9cd9

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://<your-backend-API-url>.hf.space/v1/forecast",
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