DD009 commited on
Commit
7ca18a6
·
verified ·
1 Parent(s): 55d30b2

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ input_data = {
53
  if st.button("Predict Sales"):
54
  try:
55
  # Updated API endpoint
56
- backend_url = "https:/DDd009-SuperKartBackend.hf.space" # Corrected URL
57
  endpoint = f"{backend_url}/v1/sales"
58
 
59
  st.info(f"Connecting to: {endpoint}") # Show the endpoint being called
 
53
  if st.button("Predict Sales"):
54
  try:
55
  # Updated API endpoint
56
+ backend_url = "https://DD009-SuperKartBackend.hf.space" # Corrected URL
57
  endpoint = f"{backend_url}/v1/sales"
58
 
59
  st.info(f"Connecting to: {endpoint}") # Show the endpoint being called