dev02chandan commited on
Commit
cdd414c
·
verified ·
1 Parent(s): 596bfa4

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -41,7 +41,7 @@ if st.button("Predict Sales"):
41
 
42
  # Call the backend API
43
  try:
44
- response = requests.post("https://dev02chandan.huggingface.space/superkart-sales-api/predict", json=input_data)
45
  result = response.json()
46
  if "predicted_sales" in result:
47
  st.success(f"📈 Predicted Sales: ₹{result['predicted_sales']}")
 
41
 
42
  # Call the backend API
43
  try:
44
+ response = requests.post("https://dev02chandan-superkart-sales-api.hf.space/predict", json=input_data)
45
  result = response.json()
46
  if "predicted_sales" in result:
47
  st.success(f"📈 Predicted Sales: ₹{result['predicted_sales']}")